Update frontend/src/components/GddSend/TransactionConfirmationLink.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-08-16 11:37:10 +02:00 committed by GitHub
parent 9a1b73ebf3
commit 722b0e4757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ describe('GddSend confirm', () => {
})
})
describe('has totalBalance under 0', () => {
describe('has total balance equal 0', () => {
beforeEach(async () => {
await wrapper.setProps({
balance: 0,