Skip to content

Commit 2c9c29d

Browse files
committed
Fixed test
1 parent c2be583 commit 2c9c29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/filerotate.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('RotatingFileStream', function () {
1919

2020
it('Processes client configuration', async function () {
2121
const rfs = new RotatingFileStream(testConfig);
22-
assert.strictEqual(rfs._path, 'foo.log');
22+
assert.strictEqual(rfs._path, 'logs/foo.log');
2323
await rfs.end();
2424
});
2525

0 commit comments

Comments
 (0)