modify CHANGELOG.md

pull/325/head
lapplelei 3 years ago
parent 920f4b5e31
commit 40d0c09bb7

@ -20,4 +20,4 @@
- [Use jdk constants instead of magic variables](https://github.com/Tencent/spring-cloud-tencent/pull/313)
- [Fix the current limiting effect is that other requests cannot be processed when queuing at a constant speed](https://github.com/Tencent/spring-cloud-tencent/pull/316)
- [Fix config file format misspell](https://github.com/Tencent/spring-cloud-tencent/pull/319)
- [UT: improve test coverage for load balancer unit test](https://github.com/Tencent/spring-cloud-tencent/issues/239)
- [UT: improve test coverage for load balancer unit test](https://github.com/Tencent/spring-cloud-tencent/pull/325)

@ -54,8 +54,9 @@ import static org.mockito.Mockito.when;
/**
* @author lapple.lei
* @since 2022/6/25 1:41
* Test for {@link PolarisLoadBalancer}.
*
* @author lapple.lei 2022-06-28
*/
@RunWith(MockitoJUnitRunner.class)
public class PolarisLoadBalancerTest {

Loading…
Cancel
Save