Skip to content

Commit 2bfc6a6

Browse files
author
Karan Nagpal
committed
fix unit test
1 parent 0c80fd2 commit 2bfc6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/bin/helpers/capabilityHelper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ describe("capabilityHelper.js", () => {
164164

165165
context("handle local_identifier set when local binary spawned", () => {
166166
beforeEach(() => {
167-
process.env.BSTACK_CYPRESS_RUN_LOCAL_BINARY = "true";
167+
process.env.BSTACK_CYPRESS_LOCAL_BINARY_RUNNING = "true";
168168
});
169169

170170
afterEach(() => {
171-
delete process.env.BSTACK_CYPRESS_RUN_LOCAL_BINARY;
171+
delete process.env.BSTACK_CYPRESS_LOCAL_BINARY_RUNNING;
172172
});
173173

174174
it("handle local_identifier set", () => {

0 commit comments

Comments
 (0)