1
0
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:
Eugene Fox
2023-02-06 14:21:39 +03:00
parent 6737efe330
commit 47477dc406
6 changed files with 19 additions and 20 deletions
@@ -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
}
}
}
}
}