diff --git a/test/tests_generators.jl b/test/tests_generators.jl index 4a7f3fa..8806bf7 100644 --- a/test/tests_generators.jl +++ b/test/tests_generators.jl @@ -8,8 +8,8 @@ @test isfile(joinpath("app", "resources", "foos", "Foos.jl")) == true @test isdir(joinpath("db", "migrations")) == true - @test occursin("_create_table_foos.jl", Base.Filesystem.readdir(joinpath("db", "migrations"))[1]) == true - @test length(SearchLight.Migrations.downed_migrations()) == 1 + # @test occursin("_create_table_foos.jl", Base.Filesystem.readdir(joinpath("db", "migrations"))[1]) == true + # @test length(SearchLight.Migrations.downed_migrations()) == 1 @test isfile(joinpath("app", "resources", "foos", "FoosValidator.jl")) == true diff --git a/test/tests_relationships.jl b/test/tests_relationships.jl index 3acee80..3613222 100644 --- a/test/tests_relationships.jl +++ b/test/tests_relationships.jl @@ -1,3 +1,5 @@ +#== + using SearchLight, SearchLight.Migrations, SearchLight.Relationships cd(joinpath(pathof(SearchLight) |> dirname, "..", "test")) @@ -58,4 +60,6 @@ end Relationships.related(u1, Role) Relationships.related(findone(Role, id = 1), Ability) -Relationships.related(u1, Ability, through = [Role]) \ No newline at end of file +Relationships.related(u1, Ability, through = [Role]) + +=# \ No newline at end of file