Skip to content

Commit

Permalink
update activityReports.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 25, 2021
1 parent 01e3c05 commit 21db847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/activityReports.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ describe('Activity Reports DB service', () => {
sortBy: 'author', sortDir: 'asc', offset: 0, limit: 2,
});
expect(rows.length).toBe(2);
expect(rows[0].author.name).toBe('user1002');
expect(rows[0].author.name).toBe('user1000');
});

it('retrieves reports sorted by collaborators', async () => {
Expand Down

0 comments on commit 21db847

Please sign in to comment.