Skip to content

Commit

Permalink
Fix typo in update test
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Jan 14, 2025
1 parent d69b0d7 commit 60fc8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ert/ui_tests/cli/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def distribution_values(draw, k, vs):
distributions=st.lists(distributions, min_size=1, max_size=10),
data=st.data(),
)
def test_update_lowers_generalized_variance_or_deactives_observations(
def test_update_lowers_generalized_variance_or_deactivates_observations(
tmp_path_factory: TempPathFactory,
num_realizations: int,
num_points: int,
Expand Down

0 comments on commit 60fc8f8

Please sign in to comment.