From ed789ce463486a9307703a55185d6a1d9f241a8b Mon Sep 17 00:00:00 2001 From: Jcharis Date: Sun, 8 Sep 2024 02:54:57 +0200 Subject: [PATCH] chore: add features --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) 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