Skip to content

Commit

Permalink
Minor fix to test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
odelalleau committed Feb 26, 2021
1 parent 42c3442 commit 8dcef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def test_invalid_intermediate_result_when_not_throwing(
The main goal of this test is to make sure that the resolution of an interpolation
is stopped immediately when a missing / resolution failure occurs, even if
`throw_on_missing` and `throw_on_resolution_failure` are set to False.
`throw_on_resolution_failure` is set to False.
When this happens while dereferencing a node, the result should be `None`.
"""

Expand Down

0 comments on commit 8dcef05

Please sign in to comment.