From 722b0e4757dc5c04ade2afb479cd3f350e9f3f11 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Tue, 16 Aug 2022 11:37:10 +0200 Subject: [PATCH] Update frontend/src/components/GddSend/TransactionConfirmationLink.spec.js Co-authored-by: Moriz Wahl --- .../src/components/GddSend/TransactionConfirmationLink.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,