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
assertTrue is not for comparing arguments, should use assertEqual for that.
The developer's intent of the test was to compare argument 1 with argument 2, which is not happening. Really what is happening is the test is passing because first argument is truthy. The correct method to use is assertEqual. more details
assertTrue
is not for comparing arguments, should useassertEqual
for that.The developer's intent of the test was to compare argument 1 with argument 2, which is not happening. Really what is happening is the test is passing because first argument is truthy. The correct method to use is assertEqual. more details
amy/amy/extrequests/tests/test_training_request.py
Line 1093 in 7675045
amy/amy/extrequests/tests/test_training_request.py
Line 1106 in 7675045
amy/amy/extrequests/tests/test_training_request.py
Line 298 in 7675045
amy/amy/extrequests/tests/test_training_request.py
Line 316 in 7675045
I found this issue automatically, see other issues here
The text was updated successfully, but these errors were encountered: