Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jan 26, 2023
1 parent 773022f commit 86b6270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data/src/test/privateAPIs.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ describe( 'Private data APIs', () => {
} );

it( 'should support mixing createReduxStore and registerStore', () => {
const groceryStore1 = createReduxStore(
createReduxStore( storeName, storeDescriptor );
const groceryStore2 = registry.registerStore(
storeName,
storeDescriptor
);
const groceryStore2 = registry.registerStore( storeName, storeDescriptor );
unlock( groceryStore2 ).registerPrivateSelectors( {
getSecretDiscount,
} );
Expand Down

0 comments on commit 86b6270

Please sign in to comment.