Skip to content

Commit ea30bd7

Browse files
committed
Updates unit test
1 parent 90b410b commit ea30bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/util.spec.coffee

-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@ if AWS.util.isNode()
805805
resp.write('FOOBAR')
806806
resp.end()
807807
sendRequest (err, data) ->
808-
console.log('cb was called')
809808
expect(data).to.be.undefined
810809
expect(err).to.not.be.null
811810
expect(err.code).to.equal('SomeError')

0 commit comments

Comments
 (0)