Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Nov 6, 2023
1 parent b17fc85 commit 8626008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spec/Tests/RealtimeClientConnectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@ class RealtimeClientConnectionTests: XCTestCase {

XCTAssertEqual(data.stateChanges.map { $0.current }, [.connecting, .disconnected, .connecting])
XCTAssertEqual(data.urlConnections.count, 2)
XCTAssertTrue(data.urlConnections.allSatisfy { url in NSRegularExpression.match(url.absoluteString, pattern: "//realtime.ably.io")
XCTAssertTrue(data.urlConnections.allSatisfy { url in NSRegularExpression.match(url.absoluteString, pattern: "//realtime.ably.io") })

afterEach__Connection__Host_Fallback()
}
Expand Down

0 comments on commit 8626008

Please sign in to comment.