From 6990d052d5e95295e729aae28a0d30bfdcb98573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 11 Jan 2018 16:57:47 +0100 Subject: [XYZ-6] Add sampledata platform command (#8027) * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed --- vendor/github.com/corpix/uarand/useragents_test.go | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 vendor/github.com/corpix/uarand/useragents_test.go (limited to 'vendor/github.com/corpix/uarand/useragents_test.go') diff --git a/vendor/github.com/corpix/uarand/useragents_test.go b/vendor/github.com/corpix/uarand/useragents_test.go new file mode 100644 index 000000000..2f0c82cfc --- /dev/null +++ b/vendor/github.com/corpix/uarand/useragents_test.go @@ -0,0 +1,11 @@ +package uarand + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestUserAgents(t *testing.T) { + assert.Equal(t, true, len(UserAgents) > 0) +} -- cgit v1.2.3-1-g7c22