Skip to content

Commit ef55e54

Browse files
committed
CCM-11602: Update sandbox
1 parent 78671d2 commit ef55e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datastore/src/__test__/letter-repository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('LetterRepository', () => {
7979
}));
8080
});
8181

82-
test('throws an error when fetching a letter that does not exit', async () => {
82+
test('throws an error when fetching a letter that does not exist', async () => {
8383
await expect(letterRepository.getLetterById('supplier1', 'letter1'))
8484
.rejects.toThrow('Letter with id letter1 not found for supplier supplier1');
8585
});

0 commit comments

Comments
 (0)