Add Connection from AttributeS to SupplierS

This commit is contained in:
TeoV
2018-07-24 05:03:34 -04:00
committed by Dan Christian Bogos
parent 1a94f4fe38
commit a6cac1de00
9 changed files with 38 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ func TestAttributePopulateAttrService(t *testing.T) {
if err != nil {
t.Errorf("Error: %+v", err)
}
attrService, err = NewAttributeService(dmAtr, &FilterS{dm: dmAtr, cfg: defaultCfg}, nil, nil, 1)
attrService, err = NewAttributeService(dmAtr, &FilterS{dm: dmAtr, cfg: defaultCfg}, nil, nil, 1, nil)
if err != nil {
t.Errorf("Error: %+v", err)
}