removing focused it

This commit is contained in:
Jamie V 2024-09-17 15:03:20 -07:00
parent 7cba09b920
commit 405b497135

View File

@ -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;