Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8233ff

Browse files
committed
fixing typo in docs
1 parent bf6959f commit d8233ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ Execution of the test is done by using the parameter `a_tags` with tag expressio
16841684

16851685

16861686
```sql linenums="1"
1687-
select * from table(ut.run(a_tags => 'fast||!complex'));
1687+
select * from table(ut.run(a_tags => 'fast|!complex'));
16881688
```
16891689
The above call will execute all tests from `ut_sample_test` package as the whole suite is tagged with `api` because a suite meet expression condition.
16901690

0 commit comments

Comments
 (0)