mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-09-06 04:16:42 +00:00
refactor: remove code smell java:S5786 (#2159)
https://sonarcloud.io/organizations/iluwatar/rules?open=java%3AS5786&rule_key=java%3AS5786
This commit is contained in:
@@ -33,7 +33,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
/**
|
||||
* TenantTest to test the creation of Tenant with valid parameters.
|
||||
*/
|
||||
public class BarCustomerTest {
|
||||
class BarCustomerTest {
|
||||
|
||||
@Test
|
||||
void constructorTest() {
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.junit.jupiter.api.Test;
|
||||
/**
|
||||
* B2BServiceTest class to test the B2BService
|
||||
*/
|
||||
public class BartenderTest {
|
||||
class BartenderTest {
|
||||
|
||||
private final CallsCount callsCount = new CallsCount();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user