mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
fix "inherits entities from base prototypally" test
This commit is contained in:
@@ -106,7 +106,7 @@ describe('iD.Graph', function() {
|
||||
it("inherits entities from base prototypally", function () {
|
||||
var graph = iD.Graph();
|
||||
|
||||
graph.rebase([iD.Node()], [graph]);
|
||||
graph.rebase([iD.Node({id: 'n'})], [graph]);
|
||||
|
||||
expect(graph.entities).not.to.have.ownProperty('n');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user