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