Skip to content

Commit 14df9fe

Browse files
committed
fix(tests): improve clarity of orphaned runner untagging test description
1 parent 3fa09d2 commit 14df9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-down.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ describe('Scale down runners', () => {
351351
checkNonTerminated(runners);
352352
});
353353

354-
it('Should test if orphaned runner untag if online and busy, else terminate (JIT)', async () => {
354+
it('Should test if orphaned runner, untag if online and busy, else terminate (JIT)', async () => {
355355
// arrange
356356
const orphanRunner = createRunnerTestData('orphan-jit', type, MINIMUM_BOOT_TIME + 1, false, true, false, undefined, 1234567890);
357357
const runners = [orphanRunner];

0 commit comments

Comments
 (0)