We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b83120 commit f77ef8aCopy full SHA for f77ef8a
test/examples/topic-listener.example.js
@@ -47,7 +47,6 @@ describe('Topics Example', function() {
47
var expected = messages.slice();
48
49
topic.subscribe(function(message) {
50
- expect(message).to.be.instanceof(ROSLIB.Message);
51
expect(message).to.be.eql(expected.shift());
52
});
53
0 commit comments