Skip to content

Commit

Permalink
Rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
huyuxin0429 committed Nov 6, 2021
1 parent c97ffe7 commit c581369
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package seedu.docit.logic.commands.PrescriptionCommandTests;
package seedu.docit.logic.commands.prescriptions;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package seedu.docit.logic.commands.PrescriptionCommandTests;
package seedu.docit.logic.commands.prescriptions;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package seedu.docit.testutil.stubs.Appointment;
package seedu.docit.testutil.stubs.appointment;


import seedu.docit.model.patient.Patient;
Expand Down

0 comments on commit c581369

Please sign in to comment.