Skip to content

Commit c6a33f2

Browse files
committed
update expected canteen count
1 parent acafcbf commit c6a33f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/APIValidationTests/MenuAPITests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import EmealKit
33

44
@available(macOS 12.0, iOS 15.0, *)
55
class MenuAPITests: XCTestCase {
6-
static let expectedCanteenCount = 21
6+
static let expectedCanteenCount = 16
77

88
/// Tests expect one of the following canteens to have meals for the current day, otherwise they fail.
99
static let expectedOpenCanteens: [CanteenId] = [.alteMensa, .mensaSiedepunkt, .mensaReichenbachstraße]

0 commit comments

Comments
 (0)