Skip to content

Commit

Permalink
Add JUnit test for search function ~Yan Xu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinYanXu committed Mar 19, 2024
1 parent 938d171 commit 6095939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/seedu/duke/DukeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ public void testStringCoversion(){
assertEquals("visit museum", new TravelActivity("visit museum").toString());
}
@Test

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

0 comments on commit 6095939

Please sign in to comment.