Compare commits

..

2 Commits

Author SHA1 Message Date
2e91925b83 Merge pull request 'fix tests, as we now show all boats in kiosk mode' (#143) from fix-ci into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 15m9s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 17m37s
Reviewed-on: #143
2024-01-04 20:48:11 +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("Neue Ausfahrt"));
assert!(!text.contains("Ottensheim Boot"));
//assert!(!text.contains("Ottensheim Boot"));
}
#[sqlx::test]
@ -610,7 +610,7 @@ mod test {
assert!(text.contains("private_boat_from_rower"));
//Doesn't see the one's in Ottensheim
assert!(!text.contains("Ottensheim Boot"));
//assert!(!text.contains("Ottensheim Boot"));
}
#[sqlx::test]