Fix checkstyle
This commit is contained in:
parent
4ab46c7fcb
commit
f3e1cd3a1d
@ -36,7 +36,7 @@ public class B2BServiceTest {
|
|||||||
public void dummyCustomerApiTest() {
|
public void dummyCustomerApiTest() {
|
||||||
Tenant tenant = new Tenant("testTenant", 2);
|
Tenant tenant = new Tenant("testTenant", 2);
|
||||||
// In order to assure that throttling limits will not be reset, we use an empty throttling implementation
|
// In order to assure that throttling limits will not be reset, we use an empty throttling implementation
|
||||||
Throttler timer = () -> {};
|
Throttler timer = () -> { };
|
||||||
B2BService service = new B2BService(timer);
|
B2BService service = new B2BService(timer);
|
||||||
|
|
||||||
for (int i = 0; i < 5; i++) {
|
for (int i = 0; i < 5; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user