Skip to content

Commit 8a5c5ac

Browse files
committed
fix test
1 parent 65e2a6b commit 8a5c5ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/src/graphql/__tests__/mutations/update-flow-status.itest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ describe('updateFlowStatus', () => {
332332
expect(result).toEqual(fakeFlow)
333333
expect(fakeFlow.assertNotUpdatedSince).toHaveBeenCalledWith(
334334
defaultInput.updatedAt,
335+
editor.id,
335336
)
336337
expect(patchSpy).toHaveBeenCalledWith({
337338
active: true,

0 commit comments

Comments
 (0)