We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1cfd1 commit 20617daCopy full SHA for 20617da
1 file changed
test/exqlite/sqlite3_test.exs
@@ -856,7 +856,9 @@ defmodule Exqlite.Sqlite3Test do
856
857
test "ensure long atoms are handled", context do
858
assert_raise ArgumentError, fn ->
859
- Sqlite3.set_authorizer(context.conn, [:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbb])
+ Sqlite3.set_authorizer(context.conn, [
860
+ :aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbb
861
+ ])
862
end
863
864
0 commit comments