Skip to content

Commit

Permalink
Fix alert boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker authored Sep 19, 2024
1 parent a7a20d5 commit b70889c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ env NEO4J_TEST_URI=bolt://localhost:7687 NEO4J_TEST_USER=neo4j NEO4J_TEST_PASS=s

##### Using an Aura instance

> ![WARNING]
> [!WARNING]
> Running the tests will create new data and might change and delete existing data or entire databases.
> Do not use a production instance.
Expand All @@ -130,7 +130,7 @@ The tests can then also be run by using a `dotenv` like tool, e.g.
dotenvx run -f .auraenv -e NEO4RS_TEST_ON_AURA=1 -- cargo test
```

> ![NOTE]
> [!NOTE]
> Some tests might also use features not available on Aura and will fail.
### Updating `Cargo.lock` files for CI
Expand Down

0 comments on commit b70889c

Please sign in to comment.