Skip to content

Commit

Permalink
test: change fixturesDir to fixtures.path
Browse files Browse the repository at this point in the history
PR-URL: nodejs#15863
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
akiokio authored and Trott committed Oct 11, 2017
1 parent e399abd commit f170f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function test(file, expected) {

{
// test-init-index is in fixtures dir as requested by ry, so go there
process.chdir(common.fixturesDir);
process.chdir(fixtures.path());
test('test-init-index', 'Loaded successfully!');
}

Expand Down

0 comments on commit f170f84

Please sign in to comment.