Skip to content

Commit

Permalink
fix: getting env file name in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Mar 19, 2024
1 parent 5f80ac1 commit 7471a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class BuildSetup {
}

public getVersionFromEnv() {
const envFileName = this.getEnvFileName()
const envFileName = BuildSetup.getEnvFileName()
if (!envFileName) {
throw new Error('file name not specified')
}
Expand Down

0 comments on commit 7471a24

Please sign in to comment.