Skip to content

Commit 3cc8665

Browse files
committed
shorter test name
1 parent fa6b2eb commit 3cc8665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/exqlite/sqlite3_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ defmodule Exqlite.Sqlite3Test do
299299
end
300300
end
301301

302-
test "binds named parameters like :VVV" do
302+
test "binds named parameters" do
303303
{:ok, conn} = Sqlite3.open(":memory:")
304304

305305
{:ok, statement} =

0 commit comments

Comments
 (0)