Update frontend/src/pages/TransactionLink.spec.js

This commit is contained in:
Moriz Wahl 2022-06-17 14:11:52 +02:00 committed by GitHub
parent b1beaeb2db
commit 8ce97391e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ describe('TransactionLink', () => {
wrapper = Wrapper()
})
it('has a RedeemValid component', () => {
it('has a RedeemSelfCreator component', () => {
expect(wrapper.findComponent({ name: 'RedeemSelfCreator' }).exists()).toBe(true)
})