Skip to content

Commit

Permalink
bringing back mock needed for test
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 24, 2024
1 parent e945fb1 commit 58b61a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class BlockNodeAppTest {

@Mock private HealthService healthService;

@Mock private BlockStreamService blockStreamService;

@Mock private WebServerConfig.Builder webServerBuilder;

@Mock private WebServer webServer;
Expand Down

0 comments on commit 58b61a7

Please sign in to comment.