Skip to content

Commit

Permalink
test(): fix noop test
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas authored and Shadowbeetle committed Jan 26, 2017
1 parent 6dd01cc commit d909b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/trace.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,7 @@ describe('Trace', function () {
expect(noop.reportError).to.be.a('function')
expect(noop.getTransactionId).to.be.a('function')
expect(noop.sendMemorySnapshot).to.be.a('function')
expect(noop.recordMetric).to.be.a('function')
expect(noop.incrementMetric).to.be.a('function')
})
})

0 comments on commit d909b1c

Please sign in to comment.