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
Currently matter_asserts.assert_list_element_type([], str, "test_empty") is not handled properly, this assertion passes. This needs to be fixed.
Other thing is that in assertion libraries, there's a common pattern where the actual value being tested comes first, followed by the expected value or condition. We need to follow this as well
The text was updated successfully, but these errors were encountered:
Currently matter_asserts.assert_list_element_type([], str, "test_empty") is not handled properly, this assertion passes. This needs to be fixed.
Other thing is that in assertion libraries, there's a common pattern where the actual value being tested comes first, followed by the expected value or condition. We need to follow this as well
The text was updated successfully, but these errors were encountered: