Skip to content

Commit 7780ed4

Browse files
committed
fix text
1 parent 64600f9 commit 7780ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const TEMP_DIR = path.join(PROJECT_ROOT, '/.tmp');
1515
const PASSWORD = process.env.GOE_TEST_PASSWORD;
1616

1717
if (!PASSWORD) {
18-
console.error('Please set GOE_TEST_PK and GOE_TEST_PASSWORD in .env');
18+
console.error('Please set "GOE_TEST_PASSWORD" in .env');
1919
process.exit(1);
2020
}
2121

0 commit comments

Comments
 (0)