Skip to content

Commit 0c27bd4

Browse files
committed
chore: Fix test formatting
1 parent d702f33 commit 0c27bd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/ecto_libsql_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ defmodule EctoLibSqlTest do
186186
EctoLibSql.handle_execute(query_select, ["nosync@gmail.com"], [], remote_state)
187187

188188
assert {:ok, _query,
189-
%EctoLibSql.Result{command: :select, columns: [], rows: [], num_rows: 0}, _state} =
189+
%EctoLibSql.Result{command: :select, columns: [], rows: [], num_rows: 0},
190+
_state} =
190191
select_execute
191192
end
192193
end

0 commit comments

Comments
 (0)