Skip to content

Commit

Permalink
#3075-fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Dec 22, 2024
1 parent 02bde93 commit c8392e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/tests/unmocked/announcements.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('Announcemnts Tests', () => {
await AnnouncementService.createAnnouncement(
'test1',
[testBatman.userId],
new Date(),
'Thomas Emrax',
'1',
'software',
Expand All @@ -61,6 +62,7 @@ describe('Announcemnts Tests', () => {
await AnnouncementService.createAnnouncement(
'test2',
[testBatman.userId],
new Date(),
'Superman',
'50',
'mechanical',
Expand Down

0 comments on commit c8392e9

Please sign in to comment.