Skip to content

Commit

Permalink
Fix test in PluginRowFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
epeicher committed Jan 15, 2025
1 parent 18da079 commit 9b6914a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ const initialReduxState = {
},
},
productsList: {
items: {},
items: {
[ paidPlugin.slug ]: paidPlugin,
},
},
marketplace: {
billingInterval: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const paidPlugin = {
id: paidPluginId,
slug: paidPluginId,
isMarketplaceProduct: true,
product_type: 'marketplace',
};

export { site, plugin, paidPlugin };

0 comments on commit 9b6914a

Please sign in to comment.