mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Revert "- Updated first week of the first semester start date"
This reverts commit 423646eed5.
This commit is contained in:
@@ -69,8 +69,8 @@ namespace GUTSchedule.Test
|
||||
var list = await Parser.GetSchedule(new DefaultExportParameters
|
||||
{
|
||||
Course = "0",
|
||||
FacultyId = "50005",
|
||||
GroupId = "54222",
|
||||
FacultyId = faculty.id,
|
||||
GroupId = group.id,
|
||||
EndDate = DateTime.Today.AddDays(7),
|
||||
StartDate = DateTime.Today
|
||||
});
|
||||
@@ -95,4 +95,4 @@ namespace GUTSchedule.Test
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user