Skip to content

Commit

Permalink
capitalize ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
snhilde committed Jan 13, 2021
1 parent 3bee841 commit a121f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/hconvert/charset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func TestString(t *testing.T) {

// Test that the constant character sets have not changed.
func TestConsts(t *testing.T) {
ascii := AsciiCharSet()
ascii := ASCIICharSet()
asciiTest := []rune{
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
Expand Down

0 comments on commit a121f71

Please sign in to comment.