| | | | --- | --- | | Short description | Bitwise left shift shifts right instead | | Expected operation | Shift the entered value bits to left | | Experienced operation | The bits shifted right instead of left | | 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/calculator.py#L48 | | Test result | Not OK | | Priority | Mid |
test-automation-engineer-python-junior/calculator.py
Line 48 in 865c772