Add tests for room create/read and fix incorrect foreign keys

This commit is contained in:
oxalica 2024-09-09 03:18:34 -04:00
parent c5263c607c
commit ff5b7e60a7
6 changed files with 224 additions and 28 deletions

1
Cargo.lock generated
View file

@ -307,6 +307,7 @@ dependencies = [
"hex",
"humantime",
"parking_lot",
"rand",
"reqwest",
"rstest",
"rusqlite",