Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Fix match details test not testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rjackson committed Jan 1, 2016
1 parent 745d859 commit 219e572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe('Dota2', function() {
describe('#requestMatchDetails', function(){
it('should fetch data on a given match id', function(done){
Dota2.requestMatchDetails(2038049617, function(err, details){
should.exist(details.replay_salt);
should.exist(details.match.replay_salt);
done(err);
});
});
Expand Down

0 comments on commit 219e572

Please sign in to comment.