Skip to content

Commit 3c84e62

Browse files
CCM-8579: Type
1 parent 506cb3d commit 3c84e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/__tests__/utils/form-actions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ describe('form-actions', () => {
210210
expect(response).toEqual(responseData);
211211
});
212212

213-
test('createLetterTemplate - should thrown error when saving unexpectedly fails', async () => {
213+
test('createLetterTemplate - should throw error when saving unexpectedly fails', async () => {
214214
mockedTemplateClient.createLetterTemplate.mockResolvedValueOnce({
215215
error: {
216216
code: 400,
@@ -244,7 +244,7 @@ describe('form-actions', () => {
244244
);
245245
});
246246

247-
test('createLetterTemplate - should thrown error when no token', async () => {
247+
test('createLetterTemplate - should throw error when no token', async () => {
248248
authIdTokenServerMock.mockReset();
249249
authIdTokenServerMock.mockResolvedValueOnce(undefined);
250250

0 commit comments

Comments
 (0)