Skip to content

Commit eba88a5

Browse files
committed
Fix unit test after renaming the invalidate action
1 parent aea02a9 commit eba88a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data/src/store/test/reducer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe( 'reducer', () => {
5959
args: [],
6060
} );
6161
state = reducer( deepFreeze( state ), {
62-
type: 'INVALIDATE_CACHE',
62+
type: 'INVALIDATE_RESOLUTION',
6363
reducerKey: 'test',
6464
selectorName: 'getFoo',
6565
args: [],

0 commit comments

Comments
 (0)