Skip to content

Commit

Permalink
Fix type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Aug 21, 2016
1 parent 37dcf2f commit 7e27202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/test/sinks.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('logging:sinks', function () {
assert.equal(sample.mocks.sink.create.firstCall.args.length, 2, 'method received 2 arguments');
assert.deepEqual(sample.mocks.sink.create.firstCall.args[0], {
destination: sample.mocks.dataset
}, 'add received options');
}, 'method received options');
assert(callback.calledOnce, 'callback called once');
assert.equal(callback.firstCall.args.length, 2, 'callback received 2 arguments');
assert.ifError(callback.firstCall.args[0], 'callback did not receive error');
Expand Down

0 comments on commit 7e27202

Please sign in to comment.