Skip to content

Commit 9e99ad5

Browse files
committed
spelling fix
1 parent 16d89b7 commit 9e99ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ describe('deployment status', () => {
2424
try {
2525
const invalidStatus = 'invalid-status';
2626
process.env[inputKey('deployment-status')] = invalidStatus;
27-
const testConext = setup();
28-
expect(testConext).toBeUndefined();
27+
const testContext = setup();
28+
expect(testContext).toBeUndefined();
2929
} catch (error) {
3030
expect(error.name).toBe(INVALID_STATUS);
3131
}

0 commit comments

Comments
 (0)