From cff0c9c4e204bc19308df6f391f01815ffe49bf0 Mon Sep 17 00:00:00 2001 From: juergba Date: Tue, 1 Jun 2021 08:31:18 +0200 Subject: [PATCH] fix test --- test/integration/options/dryRun.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/options/dryRun.spec.js b/test/integration/options/dryRun.spec.js index 87299e63be..81325948ee 100644 --- a/test/integration/options/dryRun.spec.js +++ b/test/integration/options/dryRun.spec.js @@ -8,7 +8,7 @@ describe('--dry-run', function() { var args = ['--dry-run']; it('should only report, but not execute any test', function(done) { - var fixture = path.join('options/dry-run', 'dry-Run'); + var fixture = path.join('options/dry-run', 'dry-run'); runMochaJSON(fixture, args, function(err, res) { if (err) { return done(err);