Skip to content

Commit

Permalink
Update apps/meteor/server/routes/avatar/user.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
  • Loading branch information
gabriellsh and MarcosSpessatto authored Nov 7, 2024
1 parent 5d2c269 commit bb3b9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/server/routes/avatar/user.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe('#userAvatarById()', () => {
expect(response.end.calledOnce).to.be.true;
});

it(`should write 404 if username is not found`, async () => {
it(`should write 404 if userId is not found`, async () => {
mocks.utils.wasFallbackModified.returns(true);
mocks.findOneById.returns(null);

Expand Down

0 comments on commit bb3b9d6

Please sign in to comment.