Skip to content

Commit

Permalink
Merge pull request #151 from ably/uncomment-rsn4
Browse files Browse the repository at this point in the history
Uncomment RSN4 test that now works.
  • Loading branch information
tcard committed Jan 22, 2016
2 parents f4765e1 + 31d5e1f commit 282cd06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ablySpec/RestClient.channels.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ class RestClientChannels: QuickSpec {
expect(channel).to(beAChannel(named: channelName))
client.channels.releaseChannel(channel!)

// FIXME: not nil, check this later
//expect(channel).to(beNil())
expect(channel).to(beNil())
}
}

Expand Down

0 comments on commit 282cd06

Please sign in to comment.