Skip to content

Commit 23e1c44

Browse files
author
Michael Whatcott
authored
Merge pull request #39 from hatstand/patch-1
Fix grammar in `shouldHaveHadLength` message
2 parents d32cab8 + ff0f82a commit 23e1c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const (
5555

5656
shouldHaveBeenAValidInteger = "You must provide a valid integer (was %v)!"
5757
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"
58+
shouldHaveHadLength = "Expected collection to have length equal to [%v], but its length was [%v] instead! contents: %+v"
5959

6060
shouldHaveStartedWith = "Expected '%v'\nto start with '%v'\n(but it didn't)!"
6161
shouldNotHaveStartedWith = "Expected '%v'\nNOT to start with '%v'\n(but it did)!"

0 commit comments

Comments
 (0)