Skip to content

Commit

Permalink
Change iOS test
Browse files Browse the repository at this point in the history
  • Loading branch information
micbakos-rdx committed Sep 11, 2024
1 parent 3f32ddb commit a17e2b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class EventBusDriverTests: DriverTest<EventBus> {
func test() async throws {
let sut = SUT()

let expectedEvents = Array<EventKind>([.booted, .profileSaved, .factorSourceUpdated, .accountAdded, .profileSaved])
let expectedEvents = Array<EventKind>([.booted, .profileSaved, .profileSaved, .factorSourceUpdated, .accountAdded, .profileSaved])
let task = Task {
var notifications = Set<EventNotification>()
for await notification in await sut.notifications().prefix(expectedEvents.count) {
Expand Down

0 comments on commit a17e2b1

Please sign in to comment.