Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove recents and favorites when entities are deleted #4431

Merged
merged 13 commits into from
Jul 24, 2020
Prev Previous commit
Next Next commit
Unit test fix
  • Loading branch information
nwmac committed Jul 6, 2020
commit b142e2253a91589eb6127e23295c7d23042c3bc7
5 changes: 1 addition & 4 deletions src/frontend/packages/store/testing/src/store-test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ export const testSessionData: SessionData = {

function getDefaultInitialTestStratosStoreState() {
return {
recentlyVisited: {
entities: {},
hits: []
},
recentlyVisited: {},
userFavoritesGroups: {
busy: false,
error: false,
Expand Down