Skip to content

Commit 8ff7dd5

Browse files
committed
rm stray test
1 parent 8eaf8f1 commit 8ff7dd5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/exqlite/sqlite3_test.exs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,6 @@ defmodule Exqlite.Sqlite3Test do
383383
Sqlite3.bind_text(stmt, 1, _not_text = 1)
384384
end
385385
end
386-
387-
test "handled null bytes in text", %{conn: conn, stmt: stmt} do
388-
assert :ok = Sqlite3.bind_text(stmt, 1, "hello\0world")
389-
assert {:row, ["hello\0world"]} = Sqlite3.step(conn, stmt)
390-
end
391386
end
392387

393388
describe ".bind_blob/3" do

0 commit comments

Comments
 (0)