Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 20, 2024
1 parent aa117f3 commit 15cd9ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ert/unit_tests/ensemble_evaluator/test_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ async def mock_event_handler(router_socket):
await router_socket.send_multipart([dealer, b"", ACK_MSG])
dealer = dealer.decode("utf-8")
assert dealer.startswith("client-")
frame = frame.decode("utf-8")
assert frame == CONNECT_MSG
router_socket.close()

Expand Down

0 comments on commit 15cd9ea

Please sign in to comment.