This commit is contained in:
2023-09-23 18:26:04 +02:00
parent 1f801b0436
commit 90155dbc0f
2 changed files with 14 additions and 14 deletions

View File

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