Skip to content

Commit

Permalink
fix the github workflow run failed issue. (#192)
Browse files Browse the repository at this point in the history
* fix the workflow issue.

* ci test.

* ci test.
  • Loading branch information
brotherlu-xcq authored May 9, 2022
1 parent 1808e9b commit 7787c5e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import io.esastack.restlight.test.context.MockMvc;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.web.bind.annotation.ControllerAdvice;

import java.util.Collections;
import java.util.List;
Expand All @@ -58,12 +57,10 @@ void testPerform() {
Assertions.assertEquals(404, result.response().status()));
}

@ControllerAdvice
public static class A {

}

@ControllerAdvice
public static class B {

}
Expand Down

0 comments on commit 7787c5e

Please sign in to comment.