diff --git a/source/BUG/mathematics.py b/source/BUG/mathematics.py index 6dcf5f2..ac3dc09 100644 --- a/source/BUG/mathematics.py +++ b/source/BUG/mathematics.py @@ -4,7 +4,7 @@ def example_pr() -> bool: ''' BUG000: This is an example bug. ''' - result = False + result = True return result def add_values(a: int, b: int) -> int: