Skip to content

Commit

Permalink
test: Use unexported defaultAlphabet
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed Aug 29, 2023
1 parent db5dd97 commit ba4280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniques_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func TestUniques(t *testing.T) {
u := upper()

t.Run("WithPadding", func(t *testing.T) {
minLength := len(DefaultAlphabet)
minLength := len(defaultAlphabet)

s, err := NewCustom(Options{
MinLength: &minLength,
Expand Down

0 comments on commit ba4280f

Please sign in to comment.