Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Nov 10, 2020
1 parent a2bf4a7 commit 143ae71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/keystone/tests/List.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ class MockFieldImplementation {
async validateDelete() {}
async afterDelete() {}
}
class MockFieldAdapter {}
class MockFieldAdapter {
listAdapter = { name: 'mock' };
}

const MockIdType = {
implementation: MockFieldImplementation,
Expand Down

0 comments on commit 143ae71

Please sign in to comment.