Revert to supporting *asm for ThresholdS acc publish

This commit is contained in:
ionutboangiu
2024-03-19 04:53:00 -04:00
committed by Dan Christian Bogos
parent 619a1efa50
commit e987139e9c
3 changed files with 2 additions and 5 deletions

View File

@@ -61,7 +61,6 @@ func TestDynamicDpFieldAsInterface(t *testing.T) {
} else if _, err := dDp.fieldAsInterface([]string{utils.MetaAsm, "+402552663", "val3"}); err == nil || err != utils.ErrNotFound {
t.Error(err)
}
}
func TestDDPFieldAsInterface(t *testing.T) {