fix: bot model test did not destruct tuple

This commit is contained in:
Paul Makles
2024-06-29 18:20:01 +01:00
parent 0954d71f51
commit f9d9059e73
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ Now run tests for whichever database:
```sh
TEST_DB=REFERENCE cargo nextest run
TEST_DB=MONGOBD cargo nextest run
TEST_DB=MONGODB cargo nextest run
```
## License