teragrep / cfe_18

0 stars 2 forks source link

Wrong logger class used in HostControllerTest.java #49

Closed StrongestNumber9 closed 6 months ago

StrongestNumber9 commented 6 months ago

Describe the bug

Used class is HostController.class

Expected behavior

Used class should be HostControllerTest.class

How to reproduce

https://github.com/teragrep/cfe_18/blob/7f713a7da44efb30eca5decb660c5b5bd7b39ed9/src/test/java/com/teragrep/cfe18/controllerTests/HostControllerTest.java#L217

Screenshots

Software version

Desktop (please complete the following information if relevant):

Additional context

StrongestNumber9 commented 6 months ago

Fixed in #53