Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed May 6, 2015
1 parent aa8899d commit 760cb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe 'Meshblu', ->

describe 'when given a valid uuid', ->
beforeEach (done) ->
@request.get.yields null, null, foo: 'bar'
@request.get.yields null, {statusCode: 200}, foo: 'bar'
@sut.device 'the-uuuuid', (@error, @body) => done()

it 'should call get', ->
Expand Down

0 comments on commit 760cb30

Please sign in to comment.