Skip to content

Commit 1a19fb1

Browse files
committed
Fix testkit link
1 parent 707ccde commit 1a19fb1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ This section describes instructions to use during the development phase of the d
307307

308308
### Testing
309309

310-
Tests **require** the latest [Testkit 4.3](https://github.com/neo4j-drivers/testkit/tree/4.3), Python3 and Docker.
310+
Tests **require** the latest [Testkit](https://github.com/neo4j-drivers/testkit/), Python3 and Docker.
311311

312312
Testkit needs to be cloned and configured to run against the Go Driver. Use the following steps to configure it.
313313

@@ -330,10 +330,11 @@ export TEST_DRIVER_NAME=go
330330
export TEST_DRIVER_REPO=<path for the root folder of driver repository>
331331
```
332332

333-
To run test against against some Neo4j version:
333+
To run test against some Neo4j version:
334334

335335
```shell
336336
python3 main.py
337337
```
338338

339-
More details about how to use Teskit can be found on [its repository](https://github.com/neo4j-drivers/testkit/tree/4.3)
339+
More details about how to use Testkit can be found on [its repository]
340+
(https://github.com/neo4j-drivers/testkit/)

0 commit comments

Comments
 (0)