Skip to content

Commit

Permalink
Adding expect.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wesselhoeft committed Jun 19, 2011
1 parent 32b14f7 commit d0caa4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/character.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ module.exports = {
'multiple characters': function(test) {
var chars = [];

test.expect(9);

armory.character({
names: ['Dargonaut', 'Dewbaca', 'Therago_Nazgrel'],
realm: 'Shadowmoon'
Expand Down

0 comments on commit d0caa4a

Please sign in to comment.