Skip to content

Commit 8a891c3

Browse files
committed
Fix broken test
1 parent b44336b commit 8a891c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/connection_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ defmodule ConnectionRunTest do
135135
end
136136

137137
test "run(conn, opts) with :durability option" do
138+
table_drop("durability_test_table") |> run
138139
response = table_create("durability_test_table") |> run(durability: "soft")
139140
durability = response.data["config_changes"]
140141
|> List.first

0 commit comments

Comments
 (0)