Skip to content

Commit

Permalink
Fix fixture name case
Browse files Browse the repository at this point in the history
  • Loading branch information
masterT committed Jan 27, 2017
1 parent 9da49d2 commit ecb2072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/amazonProductApiTest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe 'client.itemSearch(query, cb)', ->
nock('https://webservices.amazon.com')
.get('/onca/xml')
.query(true)
.replyWithFile(200, fixturePath('itemSearchResponse'))
.replyWithFile(200, fixturePath('ItemSearchResponse'))

describe 'when no callback is passed', ->
it 'should return search results from amazon', () ->
Expand Down

0 comments on commit ecb2072

Please sign in to comment.