Skip to content

Commit 16d89b7

Browse files
committed
PR comment changes
1 parent 9deb3e9 commit 16d89b7

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
@@ -36,8 +36,8 @@ describe('deployment status', () => {
3636
status => {
3737
process.env[inputKey('deployment-status')] = status;
3838
try {
39-
const testConext = setup();
40-
expect(testConext.deployment_status).toBe(status);
39+
const testContext = setup();
40+
expect(testContext.deployment_status).toBe(status);
4141
} catch (error) {
4242
expect(error).toBeUndefined();
4343
}

0 commit comments

Comments
 (0)