You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
Test should succeed : doLinkedToDa.dataAttribute should contain a single value "value from DAI".
Actual behaviour
doLinkedToDa.dataAttribute contains two values : "value from DAI", "value from DataTypeTemplate"
Test fails with error :
Expecting actual:
[DaVal[settingGroup=null, val=value from DataTypeTemplate],
DaVal[settingGroup=null, val=value from DAI]]
to contain exactly (and in same order):
[DaVal[settingGroup=null, val=value from DAI]]
but some elements were not expected:
[DaVal[settingGroup=null, val=value from DataTypeTemplate]]
The text was updated successfully, but these errors were encountered:
Subject of the issue
LnService.completeFromDAInstance add Val instead of replacing it.
Steps to reproduce
Create this test in
LnServiceTest
Expected behaviour
Test should succeed : doLinkedToDa.dataAttribute should contain a single value "value from DAI".
Actual behaviour
doLinkedToDa.dataAttribute contains two values : "value from DAI", "value from DataTypeTemplate"
Test fails with error :
The text was updated successfully, but these errors were encountered: