Skip to content

Commit f77ef8a

Browse files
committed
Remove unneeded instanceof in test
1 parent 8b83120 commit f77ef8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/examples/topic-listener.example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ describe('Topics Example', function() {
4747
var expected = messages.slice();
4848

4949
topic.subscribe(function(message) {
50-
expect(message).to.be.instanceof(ROSLIB.Message);
5150
expect(message).to.be.eql(expected.shift());
5251
});
5352

0 commit comments

Comments
 (0)