Skip to content

Commit 2d9d7ba

Browse files
authored
Update SampleDataUtil.java
1 parent b9aa985 commit 2d9d7ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/seedu/address/model/util/SampleDataUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static Person[] getSamplePersons() {
4545
Optional.of(new Name("Ben Yu")),
4646
Optional.of(new Phone("99272758")),
4747
Optional.of(new Level("sec4")),
48-
getSubjectSet("math", "physics"), getLessonSet(" monday 1800")),
48+
getSubjectSet("math", "phys"), getLessonSet(" monday 1800")),
4949
new Person(new Name("Charlotte Oliveiro"), new Phone("93210283"),
5050
Optional.of(new School("Cde Secondary School")),
5151
Optional.of(new Email("charlotte@example.com")),

0 commit comments

Comments
 (0)