fix tests (incorporate new cox in seeds.sql)
Some checks failed
CI/CD Pipeline / test (push) Has been cancelled
CI/CD Pipeline / deploy-staging (push) Has been cancelled
CI/CD Pipeline / deploy-main (push) Has been cancelled

This commit is contained in:
philipp 2024-08-21 16:53:14 +02:00
parent 2debba381e
commit 147497f490

View File

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