Skip to content

Commit 1fe5ffc

Browse files
Update internal/datastore/src/__test__/letter-repository.test.ts
Fix typo in test name Co-authored-by: Francisco Videira <[email protected]>
1 parent bf50012 commit 1fe5ffc

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
@@ -120,7 +120,7 @@ describe('LetterRepository', () => {
120120
expect(updatedLetter.updatedAt).toBe('2020-02-02T00:00:00.000Z');
121121
});
122122

123-
test('can\t update a letter that does not exist', async () => {
123+
test('can\'t update a letter that does not exist', async () => {
124124
await expect(letterRepository.updateLetterStatus('supplier1', 'letter1', 'DELIVERED'))
125125
.rejects.toThrow('Letter with id letter1 not found for supplier supplier1');
126126
});

0 commit comments

Comments
 (0)