Skip to content

Commit

Permalink
Merge pull request #1404 from ably/channel-status-test-updates
Browse files Browse the repository at this point in the history
`Channel.status` test updates
  • Loading branch information
lawrence-forooghian authored Jul 24, 2023
2 parents 92003d8 + 5309db5 commit 0e41f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rest/status.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ define(['shared_helper', 'chai'], function (helper, chai) {
var rest;
var utils = helper.Utils;
var expect = chai.expect;
var restTestOnJsonMsgpack = helper.restTestOnJsonMsgpack;

// RSL8
describe('rest/status', function () {
Expand All @@ -20,7 +21,7 @@ define(['shared_helper', 'chai'], function (helper, chai) {
});
});

it('status0', function (done) {
restTestOnJsonMsgpack('status0', function (done, rest) {
var channel = rest.channels.get('status0');
channel.status(function (err, channelDetails) {
try {
Expand Down
1 change: 1 addition & 0 deletions test/support/browser_file_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ window.__testFiles__.files = {
'test/browser/connection.test.js': true,
'test/browser/simple.test.js': true,
'test/browser/http.test.js': true,
'test/rest/status.test.js': true,
};

0 comments on commit 0e41f2b

Please sign in to comment.