mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
removing focused it
This commit is contained in:
parent
7cba09b920
commit
405b497135
@ -720,7 +720,7 @@ describe('the plugin', function () {
|
||||
};
|
||||
});
|
||||
|
||||
fit('should evaluate as old when telemetry is not received in the allotted time', async () => {
|
||||
it('should evaluate as old when telemetry is not received in the allotted time', async () => {
|
||||
let onAddResolve;
|
||||
const onAddCalledPromise = new Promise((resolve) => {
|
||||
onAddResolve = resolve;
|
||||
|
Loading…
Reference in New Issue
Block a user