feat:upgrade to 2023.0.6.

pull/1646/head
Haotian Zhang 2 months ago
parent 80a3fe3303
commit e11f7c9d21

@ -286,7 +286,7 @@ class ContextGatewayPropertiesManagerTest {
void testGroupContext() {
GroupContext group1 = new GroupContext();
group1.setComment("testComment");
Assertions.assertEquals("testComment", group1.getComment());
assertThat(group1.getComment()).isEqualTo("testComment");
GroupContext.ContextPredicate contextPredicate = new GroupContext.ContextPredicate();

Loading…
Cancel
Save