Closed Yoronex closed 1 month ago
@JustSamuel I cannot reproduce the failing test cases on my local machine... Can you maybe try and see whether they fail or pass for you?
@JustSamuel I cannot reproduce the failing test cases on my local machine... Can you maybe try and see whether they fail or pass for you?
No errors on my machine either
Commit: f9725f2 Base: develop@c435c57
Type | Base | This PR |
---|---|---|
Total Statements Coverage | 85.19% | 85.19% (+0%) |
Total Branches Coverage | 81.27% | 81.39% (+0.12%) |
Total Functions Coverage | 87.4% | 87.4% (+0%) |
Total Lines Coverage | 85.54% | 85.54% (+0%) |
File | Statements | Branches | Functions | Lines |
---|
What was it :o
Something is going wrong with a seeder, but I have to investigate further. Could be a race condition? Incorrect state update? I don't know...
Description
Adds extra attributes to
BalanceResponse
, namelyuser.firstName
,user,lastName
,user.nickname
,user.type
, andUserFineGroup.waivedTransfer.amountInclVat
(see https://github.com/GEWIS/sudosos-backend/pull/344).Related issues/external references
https://github.com/GEWIS/sudosos-backend/issues/334
Types of changes