fix tests, as we now show all boats in kiosk mode
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-01-04 20:46:49 +01:00
parent bada4deedd
commit 1cfbb97034

View File

@ -424,7 +424,7 @@ mod test {
assert!(text.contains("Logbuch")); assert!(text.contains("Logbuch"));
assert!(text.contains("Neue Ausfahrt")); assert!(text.contains("Neue Ausfahrt"));
assert!(!text.contains("Ottensheim Boot")); //assert!(!text.contains("Ottensheim Boot"));
} }
#[sqlx::test] #[sqlx::test]
@ -610,7 +610,7 @@ mod test {
assert!(text.contains("private_boat_from_rower")); assert!(text.contains("private_boat_from_rower"));
//Doesn't see the one's in Ottensheim //Doesn't see the one's in Ottensheim
assert!(!text.contains("Ottensheim Boot")); //assert!(!text.contains("Ottensheim Boot"));
} }
#[sqlx::test] #[sqlx::test]