Skip to content

Commit 5490366

Browse files
authored
fix
1 parent c06fec3 commit 5490366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/spitfire_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2721,7 +2721,7 @@ defmodule SpitfireTest do
27212721

27222722
for code <- codes do
27232723
assert {:error, _} = s2q(code)
2724-
assert {:error, _} = Spitfire.parse(code)
2724+
assert {:error, _, _} = Spitfire.parse(code)
27252725
end
27262726
end
27272727

0 commit comments

Comments
 (0)