Skip to content

Commit

Permalink
Remove printing of snapshots in gui test
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Dec 18, 2024
1 parent a6649a1 commit 157123c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ert/unit_tests/gui/model/test_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_realization_sort_order(full_snapshot):
iter_index = model.index(i, 0, model.index(0, 0, QModelIndex()))

assert str(i) == str(iter_index.internalPointer().id_)
print(i, iter_index.internalPointer())


def test_realization_state_is_queue_finalized_state(fail_snapshot):
Expand Down

0 comments on commit 157123c

Please sign in to comment.