Skip to content

Commit da85a02

Browse files
committed
fix tests
1 parent 3e51888 commit da85a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/behavioral/memento.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def main():
128128
-> doing stuff failed!
129129
Traceback (most recent call last):
130130
...
131-
TypeError: can only concatenate str (not "int") to str
131+
TypeError: ...str...int...
132132
133133
>>> print(num_obj)
134134
<NumObj: 2>

0 commit comments

Comments
 (0)