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

Commit 9215bcc

Browse files
author
joshua
committed
Add missing Graql steps
1 parent eed5e53 commit 9215bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/test/behaviour/graql/GraqlSteps.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public void graql_match(String query) {
8686
@Given("graql define throws")
8787
@Given("graql undefine throws")
8888
@Given("graql match; throws exception")
89+
@Given("graql match group; throws exception")
90+
@Given("graql match aggregate; throws exception")
8991
@Given("graql insert; throws exception")
9092
@Given("graql delete; throws exception")
9193
@Given("graql define; throws exception")

0 commit comments

Comments
 (0)