Skip to content

Commit

Permalink
fix dismissTopmostView test
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbobman committed Mar 24, 2022
1 parent a3e8893 commit 2105ffb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class QueueHandlerForMultipleUnitTests: XCTestCase {

// then
XCTAssertEqual(handler.mainQueue.count, 1)
XCTAssertEqual(handler.mainQueue.first?.id, view2.id)
XCTAssertEqual(handler.mainQueue.first?.id, view1.id)
}

func testShowViewAfterConnect() async throws {
Expand Down

0 comments on commit 2105ffb

Please sign in to comment.