Merge phase 30 apparel defs.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -303,6 +303,9 @@ public class SchoolApiTests(AppHostFixture fixture)
|
||||
Assert.Equal("GymHall", Assert.Single(ru.Subjects, subject => subject.DefName == "PhysicalEducation").Room);
|
||||
Assert.Null(Assert.Single(ru.Subjects, subject => subject.DefName == "Mathematics").Room);
|
||||
Assert.Contains(ru.Holidays, holiday => holiday.DefName == "SpringBreak");
|
||||
Assert.Contains(ru.Things, thing => thing.DefName == "Chair");
|
||||
Assert.DoesNotContain(ru.Things, thing => thing.DefName == "TShirt");
|
||||
Assert.DoesNotContain(ru.Things, thing => thing.DefName == "Textbook");
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user