summaryrefslogtreecommitdiff
path: root/mocha_test
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-03-11 20:25:01 -0800
committerAlexander Early <alexander.early@gmail.com>2016-03-11 20:25:01 -0800
commitffa7b0fe282e6edd41c52d2120f44ce335ee7701 (patch)
tree3f85b42bc60a6117138d878e9236cdd943f2ab2b /mocha_test
parent5e54bda8a7c5da32f77b2686f1aa023f1c595f1f (diff)
downloadasync-ffa7b0fe282e6edd41c52d2120f44ce335ee7701.tar.gz
re-enable test, handle omitted retry options
Diffstat (limited to 'mocha_test')
-rw-r--r--mocha_test/retryable.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/mocha_test/retryable.js b/mocha_test/retryable.js
index 8cad403..8141629 100644
--- a/mocha_test/retryable.js
+++ b/mocha_test/retryable.js
@@ -21,8 +21,7 @@ describe('retryable', function () {
}, 15);
});
- // TODO: re-enable when auto's args are swapped
- it.skip('should work as an embedded task', function(done) {
+ it('should work as an embedded task', function(done) {
var retryResult = 'RETRY';
var fooResults;
var retryResults;