Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eship into rfree
  • Loading branch information
dennisbrookner committed Jul 30, 2022
2 parents 2ffdaeb + 8435444 commit 6315231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_rfree.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_copy_rfree_errors(data_fmodel):
rs.utils.copy_rfree(data_fmodel, data_fmodel)

# Raise ValueError because "missing key" is missing,
# even though "R-free-flags" is present
# even though "R-free-flags" exists
data_with_standard_rfree = rs.utils.add_rfree(data_fmodel, inplace=False)
with pytest.raises(ValueError):
rs.utils.copy_rfree(
Expand Down

0 comments on commit 6315231

Please sign in to comment.