Yes
The i for i in is redundant
i for i in
Seems like SolutionTest expects a class named SheepCounter whereas it's named Kata. The final tests expect it to be Kata, so one of them needs to be changed.
SolutionTest
SheepCounter
Kata
Loading collection data...
Yes
The
i for i in
is redundantSeems like
SolutionTest
expects a class namedSheepCounter
whereas it's namedKata
. The final tests expect it to beKata
, so one of them needs to be changed.