Skip to content

Commit 8a94963

Browse files
committed
fix: correct typo in test comment
1 parent 704b572 commit 8a94963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/functions/control-plane/src/aws/runners.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ describe('create runner with errors fail over to OnDemand', () => {
524524

525525
expect(mockEC2Client).toHaveReceivedCommandTimes(CreateFleetCommand, 2);
526526

527-
// first call with spot failoer
527+
// first call with spot failure
528528
expect(mockEC2Client).toHaveReceivedNthCommandWith(1, CreateFleetCommand, {
529529
...expectedCreateFleetRequest({
530530
...defaultExpectedFleetRequestValues,

0 commit comments

Comments
 (0)