Skip to content

Commit

Permalink
fixing test description
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjoe committed Mar 28, 2017
1 parent f45f574 commit 1cd6863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_intercept.js
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ test('clean all works', function(t) {

});

test('clean all should remove pending mocks from all scopes', function(t) {
test('cleanAll should remove pending mocks from all scopes', function(t) {
var scope1 = nock('http://example.org')
.get('/somepath')
.reply(200, 'hey');
Expand Down

0 comments on commit 1cd6863

Please sign in to comment.