Skip to content

Commit

Permalink
Update apps/server/src/shared/repo/news/news.repo.integration.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: virgilchiriac <[email protected]>
  • Loading branch information
WojciechGrancow and virgilchiriac authored Jan 31, 2024
1 parent f6470d7 commit e490546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ describe('NewsRepo', () => {
});
});

describe('findByCreatorId', () => {
describe('findByCreatorOrUpdaterId', () => {
const setup = async () => {
const user = userFactory.buildWithId();
const news = teamNewsFactory.build({
Expand Down

0 comments on commit e490546

Please sign in to comment.