Skip to content

Commit ee4eb31

Browse files
test(overmind): fix test
1 parent 6e21965 commit ee4eb31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/node_modules/overmind/src/index.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ describe('Overmind', () => {
177177
executionId: 0,
178178
operatorId: 0,
179179
path: [],
180-
type: 'action',
181-
value: {},
180+
type: 'action'
182181
})
183182
})
184183
app.eventHub.once(EventType.ACTION_END, (data) => {

0 commit comments

Comments
 (0)