swift icon indicating copy to clipboard operation
swift copied to clipboard

Update GradeSchoolTests.swift

Open kalafus opened this issue 2 years ago • 1 comments

fix test blocking error: "warning: variable 'school' was never mutated; consider changing to 'let' constant"

kalafus avatar Dec 31 '21 05:12 kalafus

If I look at the CI run, the warnings are now errors:

error: cannot use mutating member on immutable value: 'school' is a 'let' constant

Should only one tests have been changed perhaps?

ErikSchierboom avatar Jan 04 '22 09:01 ErikSchierboom

As we've not heard back from the original author here, and the tests are failing, I'm going to go ahead and close this.

kytrinyx avatar Dec 02 '22 11:12 kytrinyx