Skip to content

Commit d93f672

Browse files
committed
removed parenthesis in decorator (typo)
1 parent 5853a4d commit d93f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tools/logger/test_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_logger_as_decorator(self):
2121
def broken():
2222
raise Exception("This is a log message")
2323

24-
@pyttman.logger()
24+
@pyttman.logger
2525
def working():
2626
return "I work"
2727

0 commit comments

Comments
 (0)