Skip to content

Commit

Permalink
fixed conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hristov committed May 18, 2018
2 parents 6b4e403 + 24e4eef commit c679407
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/tests/delta-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ function testFunc() {
.catch(done);
});

<<<<<<< HEAD
it('should return correct number of items with auto-pagination and skip and limit', (done) => {
const query = new Kinvey.Query();
query.skip = 1;
Expand All @@ -143,6 +144,8 @@ function testFunc() {
.catch(done);
});
=======
>>>>>>> 24e4eef93ccf9678d2cb88d4e040db4c146ebc77
it('should return correct number of items with tagged dataStore', (done) => {
const onNextSpy = sinon.spy();
syncStore.save(entity1)
Expand Down Expand Up @@ -408,6 +411,7 @@ function testFunc() {
.catch(done);
});

<<<<<<< HEAD
it('should return correct number of items with auto-pagination and skip and limit', (done) => {
const query = new Kinvey.Query();
query.skip = 1;
Expand All @@ -422,6 +426,8 @@ function testFunc() {
});
=======
>>>>>>> 24e4eef93ccf9678d2cb88d4e040db4c146ebc77
it('should return correct number of items with tagged dataStore', (done) => {
const onNextSpy = sinon.spy();
syncStore.save(entity1)
Expand Down

0 comments on commit c679407

Please sign in to comment.