test-go / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
24 stars 1 forks source link

Detect plurality for suffix in Len #14

Closed mlsteele closed 6 years ago

mlsteele commented 6 years ago

Change this: ... should have 2 item(s), but has 3

To this: ... should have 1 item, but has 3 ... should have 2 items, but has 3