Skip to content

Commit

Permalink
Change a test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Jafarian committed Jan 7, 2016
1 parent 71345ba commit 201d71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/checkpoint.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('Checkpoint', function() {
], done);
});

it('Should be no race condition when calling in parallel', function(done) {
it('Should be no race condition for current() when calling in parallel', function(done) {
async.parallel([
function(next) { Checkpoint.current(next); },
function(next) { Checkpoint.current(next); }
Expand Down

0 comments on commit 201d71f

Please sign in to comment.