Skip to content

Commit

Permalink
Updated battlepet test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wesselhoeft committed Mar 11, 2013
1 parent 8c550bc commit dd17fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/battlepet.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ test('battlePetStats', function(t) {
armory.battlePetStats(options, function(err, body, res) {
t.notOk(err, 'no error returned')

t.similar(
t.equal(
res.req.path
, '/api/wow/battlePet/stats/258?breedId=5&level=25&qualityId=4'
, 'built api url'
Expand Down

0 comments on commit dd17fec

Please sign in to comment.