[Core] Update failing specs
Update failing specs in core after changes for WTD-1033.
This commit is contained in:
@@ -23,7 +23,8 @@ define(
|
||||
);
|
||||
mockDomainObject = {
|
||||
getId: function () { return id; },
|
||||
getModel: function () { return model; }
|
||||
getModel: function () { return model; },
|
||||
useCapability: jasmine.createSpy()
|
||||
};
|
||||
persistence = new PersistenceCapability(
|
||||
mockPersistenceService,
|
||||
|
||||
Reference in New Issue
Block a user