Skip to content

Commit

Permalink
Fix typo in connector-test-kit README
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Sep 18, 2024
1 parent c9ff577 commit 193496c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query-engine/connector-test-kit-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ drivers the code that actually communicates with the databases. See [`adapter-*`
To run tests through a driver adapters, you should also configure the following environment variables:

* `DRIVER_ADAPTER`: tells the test executor to use a particular driver adapter. Set to `neon`, `planetscale` or any other supported adapter.
* `DRIVER_ADAPTER_CONFIG`: a json string with the configuration for the driver adapter. This is adapter specific. See the [github workflow for driver adapter tests](.github/workflows/query-engine-driver-adapters.yml) for examples on how to configure the driver adapters.
* `DRIVER_ADAPTER_CONFIG`: a json string with the configuration for the driver adapter. This is adapter specific. See the [GitHub workflow for driver adapter tests](.github/workflows/query-engine-driver-adapters.yml) for examples on how to configure the driver adapters.
* `ENGINE`: can be used to run either `wasm` or `napi` or `c-abi` version of the engine.

Example:
Expand Down Expand Up @@ -339,7 +339,7 @@ run_query!(
**Accepting a snapshot update will replace, directly in your code, the expected output in the assertion.**
If you dislike the interactive view, you can also run `cargo insta accept` to automatically accept all snapshots and then use your git diff to check if everything is as intented.
If you dislike the interactive view, you can also run `cargo insta accept` to automatically accept all snapshots and then use your git diff to check if everything is as intended.
##### Without `cargo-insta`
Expand Down

0 comments on commit 193496c

Please sign in to comment.