Skip to content

Commit

Permalink
Uncomment test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Sep 29, 2016
1 parent e46a04e commit f91bf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/system-test/concepts.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ describe('datastore:concepts', function () {
query.testLimit(done);
});

it.skip('allows manual pagination through results', function (done) {
it('allows manual pagination through results', function (done) {
entity.testBatchUpsert(function (err) {
assert.ifError(err);
setTimeout(function () {
Expand Down

0 comments on commit f91bf18

Please sign in to comment.