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 9678254 commit 20fe908Copy full SHA for 20fe908
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: 'SagarBajpai',
170
- username: 'sagar'
+ github_id: 'prakashchoudhary07',
+ username: 'user1'
171
})
172
const assignedTask = {
173
title: 'Assigned task',
0 commit comments