mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
[Time Conductor] Remove redundant test block
This commit is contained in:
@ -184,10 +184,6 @@ define(
|
|||||||
}).toThrow();
|
}).toThrow();
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("when values are changed via the date picker", function () {
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("using the obtained format", function () {
|
describe("using the obtained format", function () {
|
||||||
var testValue = 1234321,
|
var testValue = 1234321,
|
||||||
testText = "some text";
|
testText = "some text";
|
||||||
|
Reference in New Issue
Block a user