Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jun 7, 2024
1 parent bfad6f0 commit af98a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elixir_calendar_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ defmodule ElixirCalendarTest do
assert [[date]] == query("select @1", [%P{name: "@1", value: date}])
end

test "Elixir.Date insert nil value" do
test "Elixir.Date insert nil value", context do
:ok = query("CREATE TABLE #date_test (x date)", [])

query("insert into #date_test values (@param1), (@param2)", [
Expand Down

0 comments on commit af98a79

Please sign in to comment.