Skip to content

Commit

Permalink
Fixed typo again?
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaivpp committed Jun 30, 2021
1 parent c38b5e8 commit 4cac36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Result():
def __init__(self, message, result):
self.message = message
self.result = result

def is_passing(self):
return self.result

Expand Down

0 comments on commit 4cac36b

Please sign in to comment.