Skip to content

Commit

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

0 comments on commit 78ce2e8

Please sign in to comment.