From 385a67ab2585792e70af7aed5d15fe51391980ab Mon Sep 17 00:00:00 2001 From: weihu Date: Wed, 6 Jul 2022 23:41:43 +0800 Subject: [PATCH] add update log --- CHANGELOG.md | 1 + .../cloud/polaris/context/PostInitPolarisSDKContextTest.java | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b226133d..eb80d4585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,4 +28,5 @@ - [docs:optimize example](https://github.com/Tencent/spring-cloud-tencent/pull/387) - [Feature: support spring cloud gateway routers](https://github.com/Tencent/spring-cloud-tencent/pull/390) - [Optimize starter's auto-configuration](https://github.com/Tencent/spring-cloud-tencent/pull/396) +- [test: add PostInitPolarisSDKContextTest](https://github.com/Tencent/spring-cloud-tencent/pull/403) diff --git a/spring-cloud-tencent-polaris-context/src/test/java/com/tencent/cloud/polaris/context/PostInitPolarisSDKContextTest.java b/spring-cloud-tencent-polaris-context/src/test/java/com/tencent/cloud/polaris/context/PostInitPolarisSDKContextTest.java index 45b359314..52b42b23c 100644 --- a/spring-cloud-tencent-polaris-context/src/test/java/com/tencent/cloud/polaris/context/PostInitPolarisSDKContextTest.java +++ b/spring-cloud-tencent-polaris-context/src/test/java/com/tencent/cloud/polaris/context/PostInitPolarisSDKContextTest.java @@ -67,3 +67,4 @@ public final class PostInitPolarisSDKContextTest { Assertions.assertThat(campusName).isEqualTo(CAMPUS); } } +