Skip to content

Commit

Permalink
Fixes for pull request comments
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksun1 committed Apr 7, 2017
1 parent 25bfde0 commit 7ac4f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stub-test.js
Expand Up @@ -322,7 +322,7 @@ describe("stub", function () {
var stub = createStub.create();

assert(stub.usingPromise);
assert.isTrue(typeof stub.usingPromise === "function");
assert.isFunction(stub.usingPromise);
});

it("should return the current stub", function () {
Expand Down

0 comments on commit 7ac4f60

Please sign in to comment.