mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 01:18:57 +00:00
[Fixed Position] Fix grid size spec
Fix spec which ensures that FixedController correctly populates background grid based on user-defined grid size, after changes for WTD-879.
This commit is contained in:
@ -86,6 +86,7 @@ define(
|
||||
mockFormatter.formatRangeValue.andCallFake(function (v) {
|
||||
return "Formatted " + v;
|
||||
});
|
||||
mockScope.model = testModel;
|
||||
|
||||
controller = new FixedController(
|
||||
mockScope,
|
||||
|
Reference in New Issue
Block a user