We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fee3cb commit f148dd3Copy full SHA for f148dd3
test/integration/tasks.test.js
@@ -166,8 +166,8 @@ describe('Tasks', function () {
166
167
it('Should return assignee task', async function () {
168
const { userId: assignedUser } = await userModel.addOrUpdate({
169
- github_id: 'prakashchoudhary07',
170
- username: 'user1'
+ github_id: 'SagarBajpai',
+ username: 'sagar'
171
})
172
const assignedTask = {
173
title: 'Assigned task',
@@ -189,7 +189,7 @@ describe('Tasks', function () {
189
completionAward: { [DINERO]: 3, [NEELAM]: 300 },
190
lossRate: { [DINERO]: 1 },
191
isNoteworthy: true,
192
- assignee: 'user1'
+ assignee: 'sagar'
193
}
194
const { taskId } = await tasks.updateTask(assignedTask)
195
const res = await chai
0 commit comments