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