Skip to content

Commit bfd0745

Browse files
committed
Fix new test for MySQL
1 parent 9ad01a6 commit bfd0745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/common_tests/basic_tests.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ Verify Query - Row Count foobar table 0 row
160160

161161
Query Returns Zero Results
162162
[Documentation] Tests that nothing crashes when there are zero results
163-
${results}= Query SELECT * FROM Person WHERE id < 0
163+
${results}= Query SELECT * FROM person WHERE id < 0
164164
Should Be Empty ${results}

0 commit comments

Comments
 (0)