localized message

This commit is contained in:
Moriz Wahl 2023-01-20 10:42:16 +01:00
parent a1b1142128
commit 3b9a553513
2 changed files with 252 additions and 254 deletions

View File

@ -249,9 +249,7 @@ describe('Community', () => {
}) })
it('toasts an info', () => { it('toasts an info', () => {
expect(toastInfoSpy).toBeCalledWith( expect(toastInfoSpy).toBeCalledWith('contribution.alert.answerQuestionToast')
'contribution.alert.answerQuestionToast',
)
}) })
}) })