Skip to content

Commit

Permalink
Fix to public class
Browse files Browse the repository at this point in the history
  • Loading branch information
NatLeong committed Mar 23, 2024
1 parent d4108b7 commit ceff0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import seedu.address.model.UserPrefs;
import seedu.address.model.person.Nric;

class ReadCommandTest {
public class ReadCommandTest {

private Model model = new ModelManager(getTypicalAddressBook(), new UserPrefs());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import seedu.address.logic.commands.ReadCommand;

class ReadCommandParserTest {
public class ReadCommandParserTest {
private ReadCommandParser parser = new ReadCommandParser();
@Test
public void parse_emptyArg_throwsParseException() {
Expand Down

0 comments on commit ceff0cc

Please sign in to comment.