mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Style] correct style
This commit is contained in:
parent
0dc65f5dfb
commit
f4df84bfa1
@ -19,7 +19,6 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/* global console*/
|
||||
|
||||
define(
|
||||
[
|
||||
|
@ -94,7 +94,7 @@ define(['./TimeAPI'], function (TimeAPI) {
|
||||
it("allows setting of timesystem without bounds with clock", function () {
|
||||
api.addTimeSystem(timeSystem);
|
||||
api.addClock(clock);
|
||||
api.clock(clockKey, {start: 0, end: 1})
|
||||
api.clock(clockKey, {start: 0, end: 1});
|
||||
expect(api.timeSystem()).not.toBe(timeSystem);
|
||||
expect(function () {
|
||||
api.timeSystem(timeSystemKey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user