Skip to content

Commit d20f8d3

Browse files
akiokiotargos
authored andcommitted
test: change fixturesDir to fixtures.path
PR-URL: #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>
1 parent 5f486cd commit d20f8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sequential/test-init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function test(file, expected) {
4949

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

0 commit comments

Comments
 (0)