The count increments by one on the least significant digit every time. Is this intentional? ``` pass count: 100 pass count: 201 pass count: 302 pass count: 403 pass count: 504 pass count: 605 ``` It is a little odd. I would have expected 100, 200, 300.