Skip to content

Commit

Permalink
fix: prepare environment script
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Jul 19, 2024
1 parent dd38b15 commit 066fc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts-binary-wrapper/test/util/prepareEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ export class TestEnvironmentSetup {
if (process.argv.includes('exec')) {
(async function() {
const env = new TestEnvironmentSetup();
await env.prepareEnvironment('1.1080.0');
});
await env.prepareEnvironment('1.1292.1');
})();
}

0 comments on commit 066fc1d

Please sign in to comment.