Skip to content

Commit 65e2984

Browse files
committed
Fix integration tests: remove .only()
1 parent cbc3952 commit 65e2984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/retries.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe('retries', function() {
7070
});
7171
});
7272

73-
it.only('should not hang w/ async test', function (done) {
73+
it('should not hang w/ async test', function (done) {
7474
helpers.runMocha('retries/async.js', args, function(err, res) {
7575
var lines, expected;
7676

0 commit comments

Comments
 (0)