Skip to content

Commit

Permalink
fix indentation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebCourier authored and isaacs committed Jun 30, 2019
1 parent a4475de commit 2ee405d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tap/audit.js
Expand Up @@ -337,7 +337,7 @@ test('exits with zero exit code for vulnerabilities in devDependencies when runn
vulnerabilities: {}
}
})
return common.npm([
return common.npm([
'audit',
'--json',
'--production',
Expand Down Expand Up @@ -442,7 +442,7 @@ test('exits with non-zero exit code for vulnerabilities in dependencies when run
}
}
})
return common.npm([
return common.npm([
'audit',
'--json',
'--production',
Expand Down

0 comments on commit 2ee405d

Please sign in to comment.