Skip to content

Commit

Permalink
Typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Aug 12, 2024
1 parent 65fca44 commit e1911fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseLibrary/assertion.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def check_query_result(
| Check Query Result | SELECT first_name, last_name FROM person | *==* | Schneider | row=1 | col=1 |
| Check Query Result | SELECT id FROM person WHERE first_name = 'John' | *==* | 2 | # Fails, if query returns an integer value |
| Check Query Result | SELECT id FROM person WHERE first_name = 'John' | *==* | ${2} | # Works, if query returns an integer value |
| Check Query Result | SELECT first_name FROM person | *equal* | Franz Allan | 2 | assertion_message=my error message |
| Check Query Result | SELECT first_name FROM person | *equal* | Franz Allan | assertion_message=my error message |
| Check Query Result | SELECT first_name FROM person | *inequal* | John | alias=my_alias |
| Check Query Result | SELECT first_name FROM person | *contains* | Allan | sansTran=True |
| @{parameters} | Create List | John |
Expand Down

0 comments on commit e1911fe

Please sign in to comment.