Skip to content

Commit

Permalink
Change test value
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim.polezhaev committed Feb 12, 2019
1 parent 1a8e6b3 commit 8afad84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shortuuid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestDecoding(t *testing.T) {
}

func TestDecodingErrors(t *testing.T) {
const (
var (
NotPartOfAlphabetError = "not part of alphabet"
UUIDLengthOverflowError = "UUID length overflow"
)
Expand All @@ -223,7 +223,7 @@ func TestDecodingErrors(t *testing.T) {
}{
{"6B8cwPMGnU6qLbRvo7qEZo", UUIDLengthOverflowError},
{"SiKyfue4VDTKnynXckqVNt", UUIDLengthOverflowError},
{"122222222222222222222", NotPartOfAlphabetError},
{"1lIO022222222222222222", NotPartOfAlphabetError},
{"0a6hrgRGNfQ57QMHZdNYAg", NotPartOfAlphabetError},
}
for _, test := range tests {
Expand Down

0 comments on commit 8afad84

Please sign in to comment.