Closed tomtwttr closed 4 years ago
To reproduce:
c = C([1, 2, 3]) assert c == C([1, 2, 3])
Expected: Should be true Result: Raises an exception
To reproduce:
Expected: Should be true Result: Raises an exception