We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a20d5 commit b70889cCopy full SHA for b70889c
README.md
@@ -116,7 +116,7 @@ env NEO4J_TEST_URI=bolt://localhost:7687 NEO4J_TEST_USER=neo4j NEO4J_TEST_PASS=s
116
117
##### Using an Aura instance
118
119
-> ![WARNING]
+> [!WARNING]
120
> Running the tests will create new data and might change and delete existing data or entire databases.
121
> Do not use a production instance.
122
@@ -130,7 +130,7 @@ The tests can then also be run by using a `dotenv` like tool, e.g.
130
dotenvx run -f .auraenv -e NEO4RS_TEST_ON_AURA=1 -- cargo test
131
```
132
133
-> ![NOTE]
+> [!NOTE]
134
> Some tests might also use features not available on Aura and will fail.
135
136
### Updating `Cargo.lock` files for CI
0 commit comments