diff --git a/test/comp_tests.jl b/test/comp_tests.jl index a161362..ca18744 100644 --- a/test/comp_tests.jl +++ b/test/comp_tests.jl @@ -320,6 +320,8 @@ # @aside DB.@show_query _ DB.@collect end) + + @test !isempty(@chain DB.t(test_db) DB.@mutate(test2 = dmy("06-12-2023")) DB.@collect) end