Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit e610a8e

Browse files
Alex GolubovConnorRigby
Alex Golubov
authored andcommitted
remove extra spaces
1 parent 375d703 commit e610a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sqlitex_test.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule Sqlitex.Test do
3838
assert row == [id: 1, name: "Mikey", created_at: {{2012, 10, 14}, {05, 46, 28, 318_107}}, updated_at: {{2013, 09, 06}, {22, 29, 36, 610_911}}, type: nil]
3939
Sqlitex.Server.stop(conn)
4040
end
41-
41+
4242
test "server basic query by name" do
4343
{:ok, _} = Sqlitex.Server.start_link(@shared_cache, name: :sql)
4444
{:ok, [row]} = Sqlitex.Server.query(:sql, "SELECT * FROM players ORDER BY id LIMIT 1")

0 commit comments

Comments
 (0)