You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2022/06/16 12:02:42 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2575] migrate swagger-invocation-validator module to junit5 (#3083)

This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 891ed75c3 [SCB-2575] migrate swagger-invocation-validator module to junit5 (#3083)
891ed75c3 is described below

commit 891ed75c35bc8059cfb4221aac610eda5eed0cf4
Author: TingTing Wang <19...@qq.com>
AuthorDate: Thu Jun 16 20:02:37 2022 +0800

    [SCB-2575] migrate swagger-invocation-validator module to junit5 (#3083)
---
 .../swagger/invocation/validator/TestDefaultParameterNameProvider.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swagger/swagger-invocation/invocation-validator/src/test/java/org/apache/servicecomb/swagger/invocation/validator/TestDefaultParameterNameProvider.java b/swagger/swagger-invocation/invocation-validator/src/test/java/org/apache/servicecomb/swagger/invocation/validator/TestDefaultParameterNameProvider.java
index 550300871..b65523187 100644
--- a/swagger/swagger-invocation/invocation-validator/src/test/java/org/apache/servicecomb/swagger/invocation/validator/TestDefaultParameterNameProvider.java
+++ b/swagger/swagger-invocation/invocation-validator/src/test/java/org/apache/servicecomb/swagger/invocation/validator/TestDefaultParameterNameProvider.java
@@ -21,8 +21,8 @@ import java.lang.reflect.Method;
 
 import org.hamcrest.MatcherAssert;
 import org.hamcrest.Matchers;
-import org.junit.Test;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Test;
 
 public class TestDefaultParameterNameProvider {
   static class ValidatorForTest {