From 34cd10ea20024bd4298116d2aa09a3521a3f1842 Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Thu, 4 Mar 2021 12:45:54 +0200 Subject: [PATCH] Remove '_' from test names --- utils/accountprofile_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/accountprofile_test.go b/utils/accountprofile_test.go index a0187ab58..dae840489 100644 --- a/utils/accountprofile_test.go +++ b/utils/accountprofile_test.go @@ -335,7 +335,7 @@ func TestAccountProfileBalancesAlteredFalse(t *testing.T) { } -func TestAP_RestoreFromBackup(t *testing.T) { +func TestAPRestoreFromBackup(t *testing.T) { actPrf := &AccountProfile{ Balances: map[string]*Balance{ "testString": { @@ -356,7 +356,7 @@ func TestAP_RestoreFromBackup(t *testing.T) { } } -func TestAP_AccountBalancesBackup(t *testing.T) { +func TestAPAccountBalancesBackup(t *testing.T) { actPrf := &AccountProfile{ Balances: map[string]*Balance{ "testKey": {