Add ThresholdIDs to AccountProfiles

This commit is contained in:
TeoV
2020-12-21 17:22:59 +02:00
committed by Dan Christian Bogos
parent 9c5b50a1de
commit 4eefdc9a03
7 changed files with 41 additions and 11 deletions

View File

@@ -1648,6 +1648,7 @@ func TestLoadAccountProfiles(t *testing.T) {
Value: 3600000000000,
},
},
ThresholdIDs: []string{utils.META_NONE},
}
if len(csvr.accountProfiles) != 1 {