fix typo in describe

This commit is contained in:
Moriz Wahl 2022-03-03 20:28:00 +01:00
parent 2e53cfea0d
commit 5ec86bb053

View File

@ -425,7 +425,7 @@ describe('CreationFormular', () => {
expect(wrapper.emitted('remove-all-bookmark')).toBeTruthy()
})
it('emits toast dailed creations with two emails', () => {
it('emits toast failed creations with two emails', () => {
expect(wrapper.emitted('toast-failed-creations')).toEqual([
[['bob@baumeister.de', 'bibi@bloxberg.de']],
])