Skip to content

Commit

Permalink
add file changes for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesnowx committed Mar 13, 2024
1 parent b77a3c5 commit 50d5a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package staffconnect.model.Availability;
package staffconnect.model.availability;

import static java.util.Objects.requireNonNull;
import static staffconnect.commons.util.AppUtil.checkArgument;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package staffconnect.model.person;
package staffconnect.model.availability;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
Expand All @@ -8,7 +8,6 @@
import java.time.DayOfWeek;

import org.junit.jupiter.api.Test;
import staffconnect.model.Availability.Availability;

public class AvailabilityTest {

Expand Down

0 comments on commit 50d5a04

Please sign in to comment.