Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: add version to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Feb 28, 2019
1 parent 6e2108a commit 70bfb0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sync/integration_test/test/offline.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ describe('AeroGear Apollo GraphQL Voyager client', function () {

const newTask = {
description: 'new',
title: 'new'
title: 'new',
version: 1
};

const updatedTask = {
Expand Down

0 comments on commit 70bfb0b

Please sign in to comment.