Skip to content

Commit

Permalink
Remove unneeded instanceof in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Dec 14, 2023
1 parent 8b83120 commit f77ef8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/examples/topic-listener.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ describe('Topics Example', function() {
var expected = messages.slice();

topic.subscribe(function(message) {
expect(message).to.be.instanceof(ROSLIB.Message);
expect(message).to.be.eql(expected.shift());
});

Expand Down

0 comments on commit f77ef8a

Please sign in to comment.