Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
test: adapt for latest probot
  • Loading branch information
gr2m committed Jan 16, 2020
1 parent c9fb5ad commit b1e42a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/marketplace-purchase-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ beforeEach(function (done) {
this.logMock.debug = simple.mock()
this.logMock.trace = simple.mock()
this.logMock.info = simple.mock()
this.logMock.warn = simple.mock()
this.logMock.error = simple.mock().callFn(console.log)
this.logMock.child = simple.mock().returnWith(this.logMock)
this.app.log = this.logMock
Expand Down

0 comments on commit b1e42a1

Please sign in to comment.