Skip to content

Commit

Permalink
Make test.finish() work again; doh.
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Sep 13, 2011
1 parent 34c901e commit 988e9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zap
Expand Up @@ -18,7 +18,7 @@ if (process.argv[2] === '--one') {
done: function () {
test._finished++
},
finish: function () { this.finish() },
finish: function () { this.done() },
_finished: 0,
fail: function (message) {
sys.print("Test failed: ", message, "\n")
Expand Down

0 comments on commit 988e9f5

Please sign in to comment.