Skip to content

Commit

Permalink
Bump @vaticle_behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed May 22, 2023
1 parent 6977d06 commit 6e6d9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def vaticle_typedb_behaviour():
git_repository(
name = "vaticle_typedb_behaviour",
remote = "https://github.com/krishnangovindraj/typedb-behaviour",
commit = "ff37ed7f7741a87b16d970a92d944f2747c60626", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
commit = "ee75ae1ba31dfcf124f1b2f674401df5632224de", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
)
2 changes: 2 additions & 0 deletions java/test/behaviour/typeql/TypeQLSteps.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ public void do_nothing_with_throws(String query) { }
@Given("typeql match; throws exception containing {string}")
public void do_nothing_with_throws_exception_containing(String exception, String query) { }

@Given("typedb starts")
@Given("connection opens with default authentication")
@Given("transaction commits")
@Given("aggregate answer is not a number")
@Given("connection has been opened")
Expand Down

0 comments on commit 6e6d9a2

Please sign in to comment.