Skip to content

Commit

Permalink
Fix unit tests following merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Amplifiyer committed Mar 30, 2020
1 parent e201cfd commit 2925d5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/api-graphql/package.json
Expand Up @@ -36,9 +36,9 @@
"@types/zen-observable": "^0.8.0"
},
"dependencies": {
"@aws-amplify/auth": "^2.1.6",
"@aws-amplify/cache": "^2.1.6",
"@aws-amplify/core": "^2.2.5",
"@aws-amplify/auth": "^2.1.7",
"@aws-amplify/cache": "^2.1.7",
"@aws-amplify/core": "^2.2.6",
"@aws-amplify/api-rest": "^1.0.0",
"graphql": "14.0.0",
"uuid": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Platform/version.ts
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '2.2.5';
export const version = '2.2.6';
2 changes: 1 addition & 1 deletion packages/datastore/__tests__/DataStore.ts
Expand Up @@ -236,7 +236,7 @@ describe('DataStore tests', () => {

(<any>mock).getNamespace = () => ({ models: {} });

return { default: mock };
return { ExclusiveStorage: mock };
});
({ initSchema, DataStore } = require('../src/datastore/datastore'));

Expand Down

0 comments on commit 2925d5b

Please sign in to comment.