diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 47203d823..63ce88288 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -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 ) diff --git a/java/test/behaviour/typeql/TypeQLSteps.java b/java/test/behaviour/typeql/TypeQLSteps.java index 7fafaafe4..140b5080c 100644 --- a/java/test/behaviour/typeql/TypeQLSteps.java +++ b/java/test/behaviour/typeql/TypeQLSteps.java @@ -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")