diff --git a/test/runtests.jl b/test/runtests.jl index 5746f4a..f3ce7b4 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -4,7 +4,6 @@ using SQLite @testset "Raw SQL" begin - # Write your tests here. @test @raw_sql("SELECT * FROM my_table;") == Jorm.RawSQL("SELECT * FROM my_table;") end