Skip to content

Commit 031a600

Browse files
committed
fix tests
1 parent 01fabde commit 031a600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projectMemberInvites/update.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('Project member invite update', () => {
223223
})
224224
.send({
225225
param: {
226-
userId: invite1.userId,
226+
userId: invite2.userId,
227227
status: INVITE_STATUS.CANCELED,
228228
},
229229
})

0 commit comments

Comments
 (0)