Skip to content

Commit

Permalink
fix: fixed namings of test classes
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Peter <[email protected]>
  • Loading branch information
JohannesDaniel committed Dec 5, 2024
1 parent 81ee7c4 commit 7e1009b
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 7e1009b

Please sign in to comment.