mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-17 14:19:54 +05:00
Remove '_' from test names
This commit is contained in:
committed by
Dan Christian Bogos
parent
1be12d891c
commit
34cd10ea20
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user