Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jun 5, 2020
1 parent a7add3f commit f463ea2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/edit-site/src/store/test/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,10 @@ describe( 'actions', () => {
args: [],
} );
expect( it.next( page ).value ).toEqual( {
value: {
type: 'DISPATCH',
storeKey: 'core/edit-site',
actionName: 'setPage',
args: [ page ],
},
done: true,
type: 'DISPATCH',
storeKey: 'core/edit-site',
actionName: 'setPage',
args: [ page ],
} );
} );
} );
Expand Down

0 comments on commit f463ea2

Please sign in to comment.