Skip to content

Commit e724d13

Browse files
authored
Correct test docstring for basic memoization test (#3763)
## Type of change - Update to human readable text: Documentation/error messages/comments
1 parent d4479fd commit e724d13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parsl/tests/test_python_apps/test_memoize_1.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ def random_uuid(x, cache=True):
1111

1212

1313
def test_python_memoization(n=2):
14-
"""Testing python memoization disable
15-
"""
14+
"""Testing python memoization."""
1615
x = random_uuid(0)
1716
print(x.result())
1817

0 commit comments

Comments
 (0)