| | | | --- | --- | | Short description | BSHL function is called instead of BSHR | | Expected operation | BSHR function should be called when we call the BSHR operator | | Experienced operation | BSHL function is called | | Reproductive steps | After running the BSHR operation it can be reproduced the error | | Error location | https://github.com/palatinb/test-automation-engineer-python-junior/blob/865c772c72e8b518a60f3ce0a996cb2ffbcc03b6/icalc.py#L59 | | Test result | Not OK | | Priority | High |
test-automation-engineer-python-junior/icalc.py
Line 59 in 865c772