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

Commit

Permalink
Implement missing BDD step
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Mar 22, 2022
1 parent 1c68506 commit 341ab81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/behaviour/typeql/TypeQLSteps.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void typeql_match(String query) {
@Given("typeql match; throws exception")
@Given("typeql match group; throws exception")
@Given("typeql match aggregate; throws exception")
@Given("templated typeql match; throws exception")
@Given("typeql insert; throws exception")
@Given("typeql delete; throws exception")
@Given("typeql define; throws exception")
Expand Down

0 comments on commit 341ab81

Please sign in to comment.