fix tests (incorporate new cox in seeds.sql)
This commit is contained in:
parent
2debba381e
commit
147497f490
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user