Skip to content

Commit 5cda50b

Browse files
Fix broken test.
1 parent ff7b431 commit 5cda50b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/async/service/managed/service.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ def mock_instance.ready!
7777
@ready_called = true
7878
end
7979

80+
def mock_instance.healthy!
81+
# health_checker calls this method periodically
82+
end
83+
8084
def mock_instance.status!(text)
8185
# status! is called during startup but doesn't need to be tracked
8286
end

0 commit comments

Comments
 (0)