Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Squash] fix nit
  • Loading branch information
jasnell authored Oct 13, 2017
commit a16ad2bee5a2dcf0bcd29e582373f3b3cfb5365a
2 changes: 1 addition & 1 deletion test/sequential/test-stream2-fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const fs = require('fs');
const FSReadable = fs.ReadStream;

const path = require('path');
const file = path.resolve(fixtures.path(), 'x1024.txt');
const file = path.resolve(fixtures.path('x1024.txt'));

const size = fs.statSync(file).size;

Expand Down