summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/corpix/uarand/useragents_test.go
blob: 2f0c82cfcadf28a4634ba345e1a3bf7ffe5b58e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
package uarand

import (
	"testing"

	"github.com/stretchr/testify/assert"
)

func TestUserAgents(t *testing.T) {
	assert.Equal(t, true, len(UserAgents) > 0)
}