Skip to content

Commit

Permalink
Make test expect respstate by resptype
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Aug 27, 2024
1 parent c37fbe0 commit 7935e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/gui/tools/test_manage_experiments_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_realization_view(
assert realization_widget._state_label.text() == "Realization state: HAS_DATA"
assert (
realization_widget._response_text_edit.toPlainText()
== "\nSNAKE_OIL_OPR_DIFF - HAS_DATA\nSNAKE_OIL_WPR_DIFF - HAS_DATA\nSNAKE_OIL_GPR_DIFF - HAS_DATA\nsummary - HAS_DATA\n"
== "\ngen_data - HAS_DATA\nsummary - HAS_DATA\n"
)
assert (
realization_widget._parameter_text_edit.toPlainText()
Expand Down

0 comments on commit 7935e45

Please sign in to comment.