We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b010cf commit c9122a4Copy full SHA for c9122a4
src/test/java/org/mybatis/spring/sample/SampleSqlSessionTest.java
@@ -36,7 +36,7 @@ class SampleSqlSessionTest {
36
private BarService barService;
37
38
@Test
39
- final void testFooService() {
+ void testFooService() {
40
User user = this.barService.doSomeBusinessStuff("u1");
41
assertThat(user).isNotNull();
42
assertThat(user.getName()).isEqualTo("Pocoyo");
0 commit comments