diff --git a/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js b/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js index 91207901c..56694296a 100644 --- a/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js +++ b/frontend/src/components/GddSend/TransactionConfirmationLink.spec.js @@ -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,