We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d32cab8 + ff0f82a commit 23e1c44Copy full SHA for 23e1c44
messages.go
@@ -55,7 +55,7 @@ const (
55
56
shouldHaveBeenAValidInteger = "You must provide a valid integer (was %v)!"
57
shouldHaveBeenAValidLength = "You must provide a valid positive integer (was %v)!"
58
- shouldHaveHadLength = "Expected collection to have length equal to [%v], but it's length was [%v] instead! contents: %+v"
+ shouldHaveHadLength = "Expected collection to have length equal to [%v], but its length was [%v] instead! contents: %+v"
59
60
shouldHaveStartedWith = "Expected '%v'\nto start with '%v'\n(but it didn't)!"
61
shouldNotHaveStartedWith = "Expected '%v'\nNOT to start with '%v'\n(but it did)!"
0 commit comments