We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0af732 commit c1b480fCopy full SHA for c1b480f
redisinsight/api/src/modules/rdi/rdi.service.spec.ts
@@ -74,7 +74,7 @@ describe('RdiService', () => {
74
it('should throw an error if Rdi instance is not found', async () => {
75
repository.get.mockResolvedValue(undefined);
76
77
- await expect(service.get('123')).rejects.toThrowError('TBD not found');
+ await expect(service.get('123')).rejects.toThrowError('RDI with id 123 was not found');
78
});
79
80
0 commit comments