Skip to content

Commit

Permalink
Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Oct 12, 2023
1 parent ee62661 commit 4557822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsl/tests/test_python_apps/test_lifted.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_returns_a_class():
# correctly
assert returns_a_class().result().a == "X"

# check that the deferred __getitem__ functionality works,
# check that the deferred __getattr__ functionality works,
# allowing [] to be used on an AppFuture
assert returns_a_class().a.result() == "X"

Expand Down

0 comments on commit 4557822

Please sign in to comment.