Compare commits

...

2 Commits

Author SHA1 Message Date
248ab95ae9 Merge pull request 'fix tests, as we now show all boats in kiosk mode' (#142) from fix-ci into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 15m27s
CI/CD Pipeline / deploy-staging (push) Successful in 17m56s
CI/CD Pipeline / deploy-main (push) Has been skipped
Reviewed-on: #142
2024-01-04 20:47:47 +01:00
1cfbb97034 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
2024-01-04 20:46:49 +01:00

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]