summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/corpix/uarand/uarand_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/corpix/uarand/uarand_test.go')
-rw-r--r--vendor/github.com/corpix/uarand/uarand_test.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/corpix/uarand/uarand_test.go b/vendor/github.com/corpix/uarand/uarand_test.go
deleted file mode 100644
index 0659ff200..000000000
--- a/vendor/github.com/corpix/uarand/uarand_test.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package uarand
-
-import (
- "testing"
-
- "github.com/stretchr/testify/assert"
-)
-
-func TestGetRandom(t *testing.T) {
- for k := 0; k < len(UserAgents)*10; k++ {
- assert.NotEqual(t, "", GetRandom())
- }
-}