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

fix on unit test

parent 95c379e7
No related branches found
No related tags found
1 merge request!145Resolve "get rid of Google Maps 404 errors"
......@@ -21,7 +21,7 @@ describe('UserPreferences', function () {
assert.ok(object.getElementValidAnnotations("lcsb.mapviewer.model.map.species.Protein").length > 0);
assert.ok(object.getElementRequiredAnnotations("lcsb.mapviewer.model.map.species.Protein").requiredAtLeastOnce);
assert.ok(object.getElementRequiredAnnotations("lcsb.mapviewer.model.map.species.Protein").list.length > 0);
assert.ok(0, logger.getWarnings().length);
assert.equal(0, logger.getWarnings().length);
});
});
});
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