Skip to content

Commit d20f8d3

Browse files
akiokiotargos
authored andcommitted
test: change fixturesDir to fixtures.path
PR-URL: #15863 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5f486cd commit d20f8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)