Skip to content

Commit e4ec0e0

Browse files
author
Ace Nassri
committed
Uncomment test
1 parent 0166ac0 commit e4ec0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/system-test/concepts.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ describe('datastore:concepts', function () {
201201
query.testLimit(done);
202202
});
203203

204-
it.skip('allows manual pagination through results', function (done) {
204+
it('allows manual pagination through results', function (done) {
205205
entity.testBatchUpsert(function (err) {
206206
assert.ifError(err);
207207
setTimeout(function () {

0 commit comments

Comments
 (0)