Skip to content

Commit

Permalink
Fix two failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Nov 8, 2023
1 parent d6b13c6 commit b0f041f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ public void testFindAll() {
class ProductionConfigurationTests {
@Test
void testFindAll() {
void findAll() {
}
}
"""
@@ -118,7 +118,7 @@ static class CustomConfiguration {
class ProductionConfigurationTests {
@Test
void testFindAll() {
void findAll() {
}
@Configuration

0 comments on commit b0f041f

Please sign in to comment.