We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d8d76 commit f3c4087Copy full SHA for f3c4087
test/check.py
@@ -25,6 +25,6 @@
25
if result:
26
for a, b, c in d['sql']['conds']:
27
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))
+ raise Exception('Could not find condition {} in question {} for query {}'.format(c, d['question'], query))
29
else:
30
raise Exception('Query {} did not execute to a valid result'.format(query))
0 commit comments