mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
#127 fixed failing test caused by fix for persistence spaces
This commit is contained in:
parent
5b3f780204
commit
21a37db15b
@ -223,7 +223,7 @@ define(
|
||||
|
||||
it("uses persistence service", function () {
|
||||
expect(mockPersistenceService.createObject)
|
||||
.toHaveBeenCalledWith(parentPersistenceCapability, jasmine.any(String), object.getModel());
|
||||
.toHaveBeenCalledWith(parentPersistenceCapability.getSpace(), jasmine.any(String), object.getModel());
|
||||
|
||||
expect(persistObjectPromise.then)
|
||||
.toHaveBeenCalledWith(jasmine.any(Function));
|
||||
|
Loading…
Reference in New Issue
Block a user