Skip to content

Commit

Permalink
Fix issue with required uuid-validate module
Browse files Browse the repository at this point in the history
  • Loading branch information
cshfang committed Nov 28, 2023
1 parent fa1b5ce commit 38e0e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datastore/__tests__/DataStore/DataStore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('DataStore tests', () => {
});

test('Model class can be instantiated', () => {
const { validate } = require('uuid-validate');
const validate = require('uuid-validate');
const { Model } = initSchema(testSchema()) as {
Model: PersistentModelConstructor<Model>;
};
Expand Down

0 comments on commit 38e0e99

Please sign in to comment.