Skip to content

Commit f148dd3

Browse files
fix: The tests are failing due to the below reason
1 parent 5fee3cb commit f148dd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/tasks.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ describe('Tasks', function () {
166166

167167
it('Should return assignee task', async function () {
168168
const { userId: assignedUser } = await userModel.addOrUpdate({
169-
github_id: 'prakashchoudhary07',
170-
username: 'user1'
169+
github_id: 'SagarBajpai',
170+
username: 'sagar'
171171
})
172172
const assignedTask = {
173173
title: 'Assigned task',
@@ -189,7 +189,7 @@ describe('Tasks', function () {
189189
completionAward: { [DINERO]: 3, [NEELAM]: 300 },
190190
lossRate: { [DINERO]: 1 },
191191
isNoteworthy: true,
192-
assignee: 'user1'
192+
assignee: 'sagar'
193193
}
194194
const { taskId } = await tasks.updateTask(assignedTask)
195195
const res = await chai

0 commit comments

Comments
 (0)