File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/__tests__/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments