We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78671d2 commit ef55e54Copy full SHA for ef55e54
1 file changed
internal/datastore/src/__test__/letter-repository.test.ts
@@ -79,7 +79,7 @@ describe('LetterRepository', () => {
79
}));
80
});
81
82
- test('throws an error when fetching a letter that does not exit', async () => {
+ test('throws an error when fetching a letter that does not exist', async () => {
83
await expect(letterRepository.getLetterById('supplier1', 'letter1'))
84
.rejects.toThrow('Letter with id letter1 not found for supplier supplier1');
85
0 commit comments