Skip to content

Commit

Permalink
wip: fix for docker test
Browse files Browse the repository at this point in the history
tegefaulkes committed Sep 26, 2022

Verified

This commit was signed with the committer’s verified signature.
mikz Michal Cichra
1 parent ec5aa57 commit c918000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bin/polykey.test.ts
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@ describe('polykey', () => {
testUtils.testIf(
testUtils.isTestPlatformEmpty || testUtils.isTestPlatformDocker,
)('format option affects STDERR', async () => {
const logger = new Logger('format test', LogLevel.DEBUG, [
const logger = new Logger('format test', LogLevel.WARN, [
new StreamHandler(),
]);
const dataDir = await fs.promises.mkdtemp(
path.join(os.tmpdir(), 'polykey-test-'),
path.join(globalThis.tmpDir, 'polykey-test-'),
);
const password = 'abc123';
const polykeyPath = path.join(dataDir, 'polykey');

0 comments on commit c918000

Please sign in to comment.