Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit 341ab81

Browse files
Implement missing BDD step
1 parent 1c68506 commit 341ab81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behaviour/typeql/TypeQLSteps.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public void typeql_match(String query) {
9595
@Given("typeql match; throws exception")
9696
@Given("typeql match group; throws exception")
9797
@Given("typeql match aggregate; throws exception")
98+
@Given("templated typeql match; throws exception")
9899
@Given("typeql insert; throws exception")
99100
@Given("typeql delete; throws exception")
100101
@Given("typeql define; throws exception")

0 commit comments

Comments
 (0)