Skip to content

Commit

Permalink
use variable for assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Feb 5, 2017
1 parent 3b9c6c9 commit be441b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/tap.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('TAP reporter', function () {
TAP.call({}, runner);

var expectedArray = [
'1..10\n'
'1..' + expectedTotal+ '\n'
];
process.stdout.write = stdoutWrite;

Expand Down

0 comments on commit be441b3

Please sign in to comment.