mirror of
https://github.com/nasa/openmct.git
synced 2025-06-09 19:01:40 +00:00
Fixed test
This commit is contained in:
parent
606667eb4d
commit
3a36389815
@ -102,6 +102,8 @@ define(
|
|||||||
});
|
});
|
||||||
|
|
||||||
it("provides a fresh initial model each time", function () {
|
it("provides a fresh initial model each time", function () {
|
||||||
|
var model = type.getInitialModel();
|
||||||
|
model.someKey = "some other value"
|
||||||
expect(type.getInitialModel().someKey).toEqual("some value");
|
expect(type.getInitialModel().someKey).toEqual("some value");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user