Skip to content

Commit

Permalink
Add refs to RTN15g spec items
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyboy committed May 4, 2018
1 parent 30e0e8f commit 3bb7493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Spec/RealtimeClientConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@ class RealtimeClientConnection: QuickSpec {
}
}

// RTN15g
// RTN15g RTN15g1
context("when connection (ttl + idle interval) period has passed since last activity") {
let options = AblyTests.commonAppSetup()
var client: ARTRealtime!
Expand Down Expand Up @@ -2690,7 +2690,7 @@ class RealtimeClientConnection: QuickSpec {
}
}
}

// RTN15g3
it("reattaches to the same channels after a new connection has been established") {
client = AblyTests.newRealtime(options)
client.connect()
Expand Down Expand Up @@ -2728,7 +2728,7 @@ class RealtimeClientConnection: QuickSpec {
}
}

// RTN15g
// RTN15g2
context("when connection (ttl + idle interval) period has NOT passed since last activity") {

let options = AblyTests.commonAppSetup()
Expand Down

0 comments on commit 3bb7493

Please sign in to comment.