Skip to content

Commit 3afb593

Browse files
rollback test/README
1 parent fe9eab0 commit 3afb593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/code/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Text.
1919

2020
[,typeql]
2121
----
22-
#!test[<TYPE>[, reset] [, rollback] [, fail_at=<FAILURE>] [, documents] [, count=<NUM>] [, jump=<LABEL>] [, name=<LABEL>]]
22+
#!test[<TYPE>[, reset] [, rollback] [, fail_at=<FAILURE>] [, count=<NUM>] [, jump=<LABEL>] [, name=<LABEL>]]
2323
#{{
2424
<HIDDEN-QUERY>
2525
#}}
@@ -46,7 +46,6 @@ where
4646
* `reset` resets the database before running the test
4747
* `rollback` rolls backs the transaction instead of committing it
4848
* `fail_at=<FAILURE>` can be `runtime, commit`
49-
* `documents` specifies that the query is a fetch query, and the results are documents
5049
* `count=<NUM>` is an integer representing expected answer count
5150
* `name=<LABEL>` names the test
5251
* `jump=<LABEL>` is a label for the test (used for entrypoints and jumping around)

0 commit comments

Comments
 (0)