aboutsummaryrefslogtreecommitdiff
path: root/lib/bytes/bytes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bytes/bytes_test.go')
-rw-r--r--lib/bytes/bytes_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bytes/bytes_test.go b/lib/bytes/bytes_test.go
index d4fef2a6..50669c4f 100644
--- a/lib/bytes/bytes_test.go
+++ b/lib/bytes/bytes_test.go
@@ -5,7 +5,6 @@ import (
"testing"
"github.com/shuLhan/share/lib/test"
- libtext "github.com/shuLhan/share/lib/text"
)
func TestToLower(t *testing.T) {
@@ -35,7 +34,7 @@ func TestToLower(t *testing.T) {
}
}
-var randomInput256 = libtext.Random([]byte(libtext.HexaLetters), 256)
+var randomInput256 = Random([]byte(HexaLetters), 256)
func BenchmarkToLowerStd(b *testing.B) {
in := make([]byte, len(randomInput256))