Skip to content
Snippets Groups Projects
Commit de5411e7 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

unsafe comparator removed

parent 0e23091f
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -39,9 +39,9 @@ describe('AbstractCustomMap', function() {
assert.ok(mockObject.pixelsPerLonRadian_);
assert.ok(mockObject.zoomFactor);
assert.ok(mockObject.getAliasInfoWindowById(-1) == null);
assert.ok(mockObject.getPointInfoWindowById(-1) == null);
assert.ok(mockObject.getReactionInfoWindowById(-1) == null);
assert.equal(mockObject.getAliasInfoWindowById(-1), null);
assert.equal(mockObject.getPointInfoWindowById(-1), null);
assert.equal(mockObject.getReactionInfoWindowById(-1), null);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment