Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Add missing test,finish() which was missed in the merge conflict reso…
Browse files Browse the repository at this point in the history
…lution.
  • Loading branch information
Kami committed Jul 12, 2011
1 parent f02e782 commit 96094ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/simple/util-misc.js
Expand Up @@ -262,6 +262,7 @@ exports['test_filterObjectValues'] = function(test, assert) {

assert.deepEqual(misc.filterObjectValues(obj, [null, undefined]),
expectedObj);
test.finish();
};

exports['test_filterList'] = function(test, assert) {
Expand Down

0 comments on commit 96094ff

Please sign in to comment.