Remove '_' from test names

This commit is contained in:
ionutboangiu
2021-03-04 12:45:54 +02:00
committed by Dan Christian Bogos
parent 1be12d891c
commit 34cd10ea20

View File

@@ -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": {