Change default symbol for standard register variant (#2421)

This commit is contained in:
Mikołaj Pich 2024-02-09 16:35:18 +01:00 committed by GitHub
parent 3f199cb610
commit 8183d7d5a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 19 additions and 19 deletions

View file

@ -42,6 +42,7 @@ fun getSemesterPojo(diaryId: Int, semesterId: Int, start: LocalDate, end: LocalD
diaryName = "$semesterId",
schoolYear = 1970,
classId = 0,
className = "Ti",
semesterNumber = semesterName,
unitId = 1,
start = start,

View file

@ -58,7 +58,7 @@ class LoginStudentSelectPresenterTest {
login = "",
password = "",
baseUrl = "",
symbol = null,
defaultSymbol = "warszawa",
domainSuffix = "",
)