Skip to content

Commit a955ba2

Browse files
committed
Add a missing assert
1 parent 67111ec commit a955ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_double_select():
1616
SELECT * FROM (SELECT * FROM languages) AS t
1717
WHERE gold IS NOT NULL;
1818
'''
19-
sql == sql_correct
19+
assert sql == sql_correct
2020

2121

2222
@timing

0 commit comments

Comments
 (0)