The LevelOne contract tracks how many reviews each student receives using reviewCount, but this value is never updated when a review is assigned.
Students may receive more reviews than allowed, breaking the invariant that every student should receive 4 reviews.
We include the following test case to demonstrate the students could get 5 reviews.
Add this line in LevelOne::giveReview after the requirement checks.
`reviewCount` for students is not updated after each review session
`reviewCount` for students is not updated after each review session
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.