Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaboomzxc committed Nov 11, 2024
1 parent 752356b commit 22e2389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/bookbob/parser/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ void testDeleteAppointmentCommand() throws IOException {

//@@author kaboomzxc
@Nested
@DisplayName("Search Command Tests")
class SearchCommandTests {
@DisplayName("Find Command Tests")
class FindCommandTests {
@Test
@DisplayName("Test find diagnosis command")
void testFindDiagnosisCommand() throws IOException {
Expand Down Expand Up @@ -261,8 +261,8 @@ void testEditCommandWithoutToParameter() throws IOException {

//@@author kaboomzxc
@Nested
@DisplayName("Find Command Tests")
class FindCommandTests {
@DisplayName("Specific Find Command Tests")
class SpecificFindCommandTests {
@Test
@DisplayName("Test find by name")
void testFindByName() throws IOException {
Expand Down

0 comments on commit 22e2389

Please sign in to comment.