Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit e027762

Browse files
committed
Remove erroneous it.only.
1 parent 64a05f8 commit e027762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('retry-on-429 plugin #db', function() {
113113
setTimeout(done, 1000);
114114
});
115115

116-
it.only('should return a stream', function(done) {
116+
it('should return a stream', function(done) {
117117
var mocks = nock(SERVER)
118118
.get('/_all_dbs').reply(200, ['_replicator','_users']);
119119
var cloudant = Cloudant({plugins: 'retry', url: SERVER, username: ME, password: PASSWORD});

0 commit comments

Comments
 (0)