Skip to content

Commit e573697

Browse files
committed
#1519: test
1 parent 06b450e commit e573697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/tests/projects.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ describe('Projects', () => {
654654
vi.spyOn(prisma.manufacturer, 'findMany').mockResolvedValue([]);
655655

656656
await expect(ProjectsService.getAllManufacturers(theVisitor)).rejects.toThrow(
657-
new AccessDeniedGuestException('Guests cannot get the manufacturers')
657+
new AccessDeniedGuestException('Get Manufacturers')
658658
);
659659
});
660660
});

0 commit comments

Comments
 (0)