Skip to content

Commit 5a80f86

Browse files
committed
reset ensureEnvironmentVariables
1 parent ef2c94e commit 5a80f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-common/src/__tests__/TestSuite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class TestSuite {
3939
public indicesCount = 0;
4040

4141
public constructor(testName?: string) {
42-
// this.ensureEnvironmentVariables();
42+
this.ensureEnvironmentVariables();
4343

4444
this.testName = testName || '';
4545
}

0 commit comments

Comments
 (0)