Skip to content

Commit

Permalink
Align code examples in readme closely
Browse files Browse the repository at this point in the history
  • Loading branch information
amochin committed Sep 27, 2024
1 parent 1b2912f commit 6c526db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ perform a check according to the specified condition - using the [Assertion Engi

## Examples
```RobotFramework
Check Row Count SELECT id FROM person == 2
Check Query Result SELECT first_name FROM person contains Allan
Check Row Count SELECT id FROM person == 2
Check Query Result SELECT first_name FROM person contains Allan
```

# Retry mechanism
Expand All @@ -180,8 +180,8 @@ The retry mechanism is disabled by default - ``retry_timeout`` is set to ``0``.
## Examples
```RobotFramework
${sql}= Catenate SELECT first_name FROM person
Check Row Count ${sql} == 2 retry_timeout=10 seconds
Check Query Result ${sql} contains Allan retry_timeout=5s retry_pause=1s
Check Row Count ${sql} == 2 retry_timeout=10 seconds
Check Query Result ${sql} contains Allan retry_timeout=5s retry_pause=1s
````

# Logging query results
Expand Down

0 comments on commit 6c526db

Please sign in to comment.