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 871b6c8 commit fb32b96Copy full SHA for fb32b96
README.md
@@ -34,7 +34,7 @@ By adding the listener on each of your integration test:
34
35
@SpringBootTest
36
@TestExecutionListeners(listeners = HibernateStatementCountTestListener.class, mergeMode = TestExecutionListeners.MergeMode.MERGE_WITH_DEFAULTS)
37
- class TestDatasourceProxyApplicationTests {
+ class MySpringBootIntegrationTest {
38
...
39
}
40
0 commit comments