Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenKangg committed Mar 20, 2024
2 parents 870a3d9 + 6095939 commit bf479c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/test/java/seedu/duke/DukeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,13 @@ public void trueTest(){
public void testStringCoversion(){
assertEquals("visit museum", new TravelActivity("visit museum").toString());
}
@Test

//basic test for search function
public void searchTest () {
assertTrue(true);
}



}

0 comments on commit bf479c0

Please sign in to comment.