Skip to content

Commit

Permalink
Undo error
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 7, 2024
1 parent 73344c5 commit 23d0c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Features/Store/NotificationStoreCombineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class NotificationStoreCombineTests: XCTestCase {
waitForExpectations(timeout: 1, handler: nil)

// THEN
expect(self.fetchStorePageInteractor.executeCounter).to(equal(2))
expect(self.fetchStorePageInteractor.executeCounter).to(equal(1))
expect(store.count).to(equal(defaultNotificationArraySize))
expect(storePage.notifications.map { $0.id }).to(equal(store.notifications.map { $0.id }))
}
Expand Down

0 comments on commit 23d0c96

Please sign in to comment.