We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c1beb commit 6022a2cCopy full SHA for 6022a2c
Tests/AuthTests/EventEmitterTests.swift
@@ -168,7 +168,7 @@ final class EventEmitterTests: XCTestCase {
168
// Then: Listener should receive nil session
169
try await Task.sleep(nanoseconds: 100_000_000) // 0.1 seconds
170
XCTAssertEqual(receivedSessions.value.count, 1)
171
- XCTAssertNil(receivedSessions.value.first)
+ XCTAssertEqual(receivedSessions.value, [nil])
172
173
// Cleanup
174
token.cancel()
0 commit comments