Skip to content

Commit 20fe908

Browse files
refactor:revert the test changes for tasks.test.js
1 parent 9678254 commit 20fe908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/tasks.test.js

Lines changed: 2 additions & 2 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: 'SagarBajpai',
170-
username: 'sagar'
169+
github_id: 'prakashchoudhary07',
170+
username: 'user1'
171171
})
172172
const assignedTask = {
173173
title: 'Assigned task',

0 commit comments

Comments
 (0)