Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Jun 14, 2021
1 parent 4e5aa55 commit 9133081
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ describe('EndpointList store concerns', () => {
isolationRequestState: {
type: 'UninitialisedResourceState',
},
endpointPendingActions: {
data: new Map(),
type: 'LoadedResourceState',
},
});
});

Expand Down

0 comments on commit 9133081

Please sign in to comment.