Skip to content

Commit

Permalink
fix test for thing without metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
  • Loading branch information
vavido committed Apr 9, 2021
1 parent 5bc9c9f commit 9d1bc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions javascript/lib/api/tests/model/things.model.spec.ts
Expand Up @@ -53,6 +53,7 @@ const thingObjWithoutMetadata = {
features: featuresObj,
_revision: 0,
_modified: '08042019',
_created: '2017-06-01T00:01:57Z',
acl: aclObj
};

Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Expand Up @@ -21,7 +21,7 @@
"lint": "lerna run lint --stream"
},
"devDependencies": {
"lerna": "^3.16.4"
"lerna": "^3.22.1"
},
"keywords": [
"ditto",
Expand Down

0 comments on commit 9d1bc7c

Please sign in to comment.