Skip to content

Commit

Permalink
chore(test): fix default process id
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Oct 22, 2024
1 parent 41955f4 commit 8b1b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/monitor/monitor.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { strict as assert } from 'node:assert';
import { describe, it, before, after } from 'node:test';
import { DockerComposeEnvironment, Wait } from 'testcontainers';

const processId = process.env.IO_PROCESS_ID || IO_DEVNET_PROCESS_ID;
const processId = process.env.IO_PROCESS_ID || IO_TESTNET_PROCESS_ID;
const io = IO.init({
process: new AOProcess({
processId,
Expand Down

0 comments on commit 8b1b6dc

Please sign in to comment.