diff --git a/frontend/src/components/GdtTransactionList.spec.js b/frontend/src/components/GdtTransactionList.spec.js index b1b84f1f5..a8781419d 100644 --- a/frontend/src/components/GdtTransactionList.spec.js +++ b/frontend/src/components/GdtTransactionList.spec.js @@ -122,7 +122,7 @@ describe('GdtTransactionList', () => { it('emits input event after currentPage changes', async () => { await wrapper.findComponent({ name: 'BPagination' }).vm.$emit('update:modelValue', 2) await nextTick() - expect(wrapper.emitted('input')).toEqual([[2]]) + expect(wrapper.emitted('update:modelValue')).toEqual([[2]]) }) describe('pagination buttons', () => {