Skip to content

Commit

Permalink
update expected canteen count
Browse files Browse the repository at this point in the history
  • Loading branch information
kiliankoe committed Nov 13, 2024
1 parent acafcbf commit c6a33f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/APIValidationTests/MenuAPITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import EmealKit

@available(macOS 12.0, iOS 15.0, *)
class MenuAPITests: XCTestCase {
static let expectedCanteenCount = 21
static let expectedCanteenCount = 16

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

0 comments on commit c6a33f2

Please sign in to comment.