We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67111ec commit a955ba2Copy full SHA for a955ba2
1 file changed
tests/test_strings.py
@@ -16,7 +16,7 @@ def test_double_select():
16
SELECT * FROM (SELECT * FROM languages) AS t
17
WHERE gold IS NOT NULL;
18
'''
19
- sql == sql_correct
+ assert sql == sql_correct
20
21
22
@timing
0 commit comments