From 1042e39aca7d183ed0bfc4cf849baa3e21e90362 Mon Sep 17 00:00:00 2001 From: Rouven Bauer Date: Mon, 16 May 2022 17:09:28 +0200 Subject: [PATCH] Fix TestKit version for each driver commit --- testkit/testkit.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testkit/testkit.json diff --git a/testkit/testkit.json b/testkit/testkit.json new file mode 100644 index 000000000..931900356 --- /dev/null +++ b/testkit/testkit.json @@ -0,0 +1,6 @@ +{ + "testkit": { + "uri": "https://github.com/neo4j-drivers/testkit.git", + "ref": "5.0" + } +}