Skip to content

Commit

Permalink
Merge pull request #2 from bugix/happy
Browse files Browse the repository at this point in the history
Add happy test
  • Loading branch information
bugix authored Apr 11, 2023
2 parents 1b1f3fb + c204198 commit 325647e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.ApplicationContext;

import static org.junit.jupiter.api.Assertions.assertTrue;

@Slf4j
@SpringBootTest
class BeatlesSongGeneratorApplicationTests {
Expand All @@ -31,4 +33,9 @@ void testSongGenerator() {

}

@Test
void happyTest() {
assertTrue(true);
}

}

0 comments on commit 325647e

Please sign in to comment.