From 204e4c5a547a94b1f87c43656c871b0261a3a1fe Mon Sep 17 00:00:00 2001 From: Guilherme Akio Sakae Date: Fri, 6 Oct 2017 09:51:12 -0700 Subject: [PATCH] test: change fixturesDir to fixtures.path Using fixtures.path allows us to pass args to fixturesDir None --- test/sequential/test-init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequential/test-init.js b/test/sequential/test-init.js index 3c3653521d6fd3..1f1679b5e149f8 100644 --- a/test/sequential/test-init.js +++ b/test/sequential/test-init.js @@ -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!'); }