Skip to content

Commit

Permalink
Fix TestTestingDiscoveryModule.testMerging
Browse files Browse the repository at this point in the history
Fix the test to test the class it is supposed to test.
  • Loading branch information
findepi committed May 7, 2024
1 parent 061a80e commit f5b690b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void testMerging()
new ConfigurationModule(new ConfigurationFactory(config)),
new JsonModule(),
new TestingNodeModule(),
new DiscoveryModule(),
discoveryModule,
binder -> {
binder.bind(AnnouncementHttpServerInfo.class).toInstance(httpServerInfo);
discoveryBinder(binder).bindHttpAnnouncement("apple");
Expand Down

0 comments on commit f5b690b

Please sign in to comment.