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
fails. In order for the containsValue() to return true, the client has to wrap the original value in an AttributeValue and so on (like it is wrapped inside with(String, Object.
After the fix, unit test AttributeUpdatesTest.containsValue() should also be fixed (currently it does the above mentioned "hack" to work).
The text was updated successfully, but these errors were encountered:
Method
containsValue()
from this class should apply the same logic aswith(String, Object)
before callingthis.attrs.containsValue(value)
This is because currently this test
fails. In order for the
containsValue()
to return true, the client has to wrap the original value in an AttributeValue and so on (like it is wrapped insidewith(String, Object
.After the fix, unit test
AttributeUpdatesTest.containsValue()
should also be fixed (currently it does the above mentioned "hack" to work).The text was updated successfully, but these errors were encountered: