Skip to content

Commit

Permalink
Remove temporary test selection
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Oct 27, 2019
1 parent 306fe56 commit 1b52b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Spec/RealtimeClientChannel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class RealtimeClientChannel: QuickSpec {


// RTL3d
fit("should attach successfully and remain attached when the connection state without a successful recovery gets CONNECTED") {
it("should attach successfully and remain attached when the connection state without a successful recovery gets CONNECTED") {
let options = AblyTests.commonAppSetup()
options.disconnectedRetryTimeout = 0.5
options.suspendedRetryTimeout = 3.0
Expand Down
2 changes: 1 addition & 1 deletion Spec/RealtimeClientConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ class RealtimeClientConnection: QuickSpec {
}

// RTN10b
fit("should not update when a message is sent but increments by one when ACK is received") {
it("should not update when a message is sent but increments by one when ACK is received") {
let client = ARTRealtime(options: AblyTests.commonAppSetup())
defer {
client.dispose()
Expand Down

0 comments on commit 1b52b4e

Please sign in to comment.