We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44336b commit 8a891c3Copy full SHA for 8a891c3
test/connection_test.exs
@@ -135,6 +135,7 @@ defmodule ConnectionRunTest do
135
end
136
137
test "run(conn, opts) with :durability option" do
138
+ table_drop("durability_test_table") |> run
139
response = table_create("durability_test_table") |> run(durability: "soft")
140
durability = response.data["config_changes"]
141
|> List.first
0 commit comments