Skip to content

Commit

Permalink
checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yeozongyao committed Mar 19, 2024
1 parent 56f4794 commit 0884acd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/java/seedu/bookbuddy/BookBuddyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ public void sampleTest() {
assertTrue(true);
}

// @Test
// public void testPrintWelcomeMessage() {
// BookBuddy.printWelcomeMessage();
// String expectedOutput = "Hello! We are BookBuddy!\n" + "How can I help you today?\n";
// assertEquals(expectedOutput.trim(), outContent.toString().trim());
// }

@Test
public void testPrintWelcomeMessage() {
BookBuddy.printWelcomeMessage();
Expand Down

0 comments on commit 0884acd

Please sign in to comment.