Skip to content

Commit 13c3558

Browse files
committed
Remove test since type system catches it
1 parent a2b5dba commit 13c3558

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/myxql_test.exs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -767,14 +767,6 @@ defmodule MyXQLTest do
767767
assert error.message =~ "You have an error in your SQL syntax"
768768
end
769769

770-
test "using execute/4 with a multiple result query", c do
771-
%MyXQL.Queries{} = query = MyXQL.prepare_many!(c.conn, "", "CALL multi_procedure()")
772-
773-
assert_raise FunctionClauseError, fn ->
774-
MyXQL.execute(c.conn, query)
775-
end
776-
end
777-
778770
test "using query_many/4 with a single result query", c do
779771
assert {:ok, [%MyXQL.Result{rows: [[1]]}]} =
780772
MyXQL.query_many(c.conn, "SELECT 1;", [], query_type: :text)

0 commit comments

Comments
 (0)