verify, that boat is not on water on adding log entry; Fixes #625 #697

Merged
philipp merged 9 commits from boat-water-check into main 2024-08-21 17:05:42 +02:00
Showing only changes of commit 147497f490 - Show all commits

View File

@ -1106,7 +1106,7 @@ mod test {
fn test_cox() {
let pool = testdb!();
let res = User::cox(&pool).await;
assert_eq!(res.len(), 3);
assert_eq!(res.len(), 4);
}
#[sqlx::test]