Skip to content

Commit f3c4087

Browse files
committed
Fix typo is test
1 parent e8d8d76 commit f3c4087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
if result:
2626
for a, b, c in d['sql']['conds']:
2727
if str(c).lower() not in d['question'].lower():
28-
raise Exception('Could not find conditon {} in question {} for query {}'.format(c, d['question'], query))
28+
raise Exception('Could not find condition {} in question {} for query {}'.format(c, d['question'], query))
2929
else:
3030
raise Exception('Query {} did not execute to a valid result'.format(query))

0 commit comments

Comments
 (0)