Skip to content

Commit

Permalink
fix styleTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kishkinova committed Nov 14, 2024
1 parent 3186ec5 commit 62326ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Empty file added ehcache/.lock
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import reactor.core.publisher.Mono;
import reactor.test.StepVerifier;

import java.util.List;
import java.util.Map;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.mockito.Mock;
import org.springframework.cloud.gateway.filter.ratelimit.RateLimiter;
import org.springframework.core.env.Environment;
import reactor.core.publisher.Mono;

import java.util.Objects;
Expand Down Expand Up @@ -92,7 +90,7 @@ public void testNewConfig() {
}

@Test
public void setParametersTest(){
public void setParametersTest() {
Integer newCapacity = 20;
Integer newTokens = 20;
Integer newRefillDuration = 2;
Expand Down

0 comments on commit 62326ec

Please sign in to comment.