mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
Add tests for room create/read and fix incorrect foreign keys
This commit is contained in:
parent
c5263c607c
commit
ff5b7e60a7
6 changed files with 224 additions and 28 deletions
|
@ -30,6 +30,7 @@ url = { version = "2.5.2", features = ["serde"] }
|
|||
blah = { path = "..", features = ["rusqlite"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
reqwest = { version = "0.12.7", features = ["json"] }
|
||||
rstest = { version = "0.22.0", default-features = false }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue