Skip to content

Commit

Permalink
fix: fixed namings of test classes (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Peter <[email protected]>
  • Loading branch information
JohannesDaniel authored Dec 5, 2024
1 parent c19e3a3 commit 8217ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import static org.hamcrest.Matchers.nullValue;
import static org.mockito.Mockito.when;

public class LTRCircuitBreakerServiceTest {
public class LTRCircuitBreakerServiceTests {

@InjectMocks
private LTRCircuitBreakerService ltrCircuitBreakerService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.mockito.Mockito.when;

public class MemoryCircuitBreakerTest {
public class MemoryCircuitBreakerTests {

@Mock
JvmService jvmService;
Expand Down

0 comments on commit 8217ea6

Please sign in to comment.