Tests for action profile 100% coverage

This commit is contained in:
andronache
2021-12-02 15:04:29 +02:00
committed by Dan Christian Bogos
parent bfb29d6ca5
commit e026c740fc

View File

@@ -245,4 +245,5 @@ func TestActionProfileSet(t *testing.T) {
if !reflect.DeepEqual(exp, ap) {
t.Errorf("Expected %v \n but received \n %v", utils.ToJSON(exp), utils.ToJSON(ap))
}
}