Skip to content

Commit

Permalink
Fixing camera test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Jun 12, 2020
1 parent 46b4c48 commit 2ad5fbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ describe('useCamera on an unpainted element', () => {
}
const serverResponseAction: ResolverAction = {
type: 'serverReturnedResolverData',
payload: events,
events,
stats: new Map(),
};
act(() => {
store.dispatch(serverResponseAction);
Expand Down

0 comments on commit 2ad5fbd

Please sign in to comment.