Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jun 1, 2021
1 parent 9eec907 commit cff0c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/options/dryRun.spec.js
Expand Up @@ -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);
Expand Down

0 comments on commit cff0c9c

Please sign in to comment.