Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
removing result content from integration test that does not use the r…
Browse files Browse the repository at this point in the history
…esult content
  • Loading branch information
patsissons committed May 15, 2016
1 parent 4462d45 commit b18661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/giphy.spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ describe 'giphy', ->
testInput done, @fakes, 'giphy search test1 test2', sampleCollectionResult, { api: 'gifs', endpoint: 'search', query: { q: 'test1 test2' } }

it 'sends a response for "giphy id"', (done) ->
testInput done, @fakes, 'giphy id', sampleCollectionResult, ->
testInput done, @fakes, 'giphy id', null, ->
msg.send.should.have.been.calledWith 'No Id Provided'

it 'sends a response for "giphy id test"', (done) ->
Expand Down

0 comments on commit b18661c

Please sign in to comment.