We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acafcbf commit c6a33f2Copy full SHA for c6a33f2
Tests/APIValidationTests/MenuAPITests.swift
@@ -3,7 +3,7 @@ import EmealKit
3
4
@available(macOS 12.0, iOS 15.0, *)
5
class MenuAPITests: XCTestCase {
6
- static let expectedCanteenCount = 21
+ static let expectedCanteenCount = 16
7
8
/// Tests expect one of the following canteens to have meals for the current day, otherwise they fail.
9
static let expectedOpenCanteens: [CanteenId] = [.alteMensa, .mensaSiedepunkt, .mensaReichenbachstraße]
0 commit comments