Skip to content

Commit

Permalink
chore: add features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jcharis committed Sep 8, 2024
1 parent e6935c8 commit ed789ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed789ce

Please sign in to comment.