Skip to content

Commit 9dd7c25

Browse files
feat: removed missing import
1 parent d332a98 commit 9dd7c25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/exec.tests.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ export async function runExecutorTests(writeOutput) {
8989

9090
await new Promise(r => setTimeout(r, 200));
9191

92-
93-
test.assert(isRunning !== await Executor.isRunning(uuid), "Executor must be stopped");
9492
test.assert(await Executor.isRunning(uuid) === false, "Executor must be stopped");
9593

9694
});
@@ -152,8 +150,6 @@ export async function runExecutorTests(writeOutput) {
152150

153151
await new Promise(r => setTimeout(r, 200));
154152

155-
156-
test.assert(isRunning !== await Executor.isRunning(uuid), "Executor must be stopped");
157153
test.assert(await Executor.isRunning(uuid) === false, "Executor must be stopped");
158154

159155
});

0 commit comments

Comments
 (0)