From 6e2cb00008cbf09e556b00f87603797fcaa47e09 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 16 Apr 2018 05:37:14 -0700 Subject: Depenancy upgrades and movign to dep. (#8630) --- vendor/github.com/icrowley/fake/products_test.go | 31 ------------------------ 1 file changed, 31 deletions(-) delete mode 100644 vendor/github.com/icrowley/fake/products_test.go (limited to 'vendor/github.com/icrowley/fake/products_test.go') diff --git a/vendor/github.com/icrowley/fake/products_test.go b/vendor/github.com/icrowley/fake/products_test.go deleted file mode 100644 index fd97756aa..000000000 --- a/vendor/github.com/icrowley/fake/products_test.go +++ /dev/null @@ -1,31 +0,0 @@ -package fake - -import ( - "testing" -) - -func TestProducts(t *testing.T) { - for _, lang := range GetLangs() { - SetLang(lang) - - v := Brand() - if v == "" { - t.Errorf("Brand failed with lang %s", lang) - } - - v = ProductName() - if v == "" { - t.Errorf("ProductName failed with lang %s", lang) - } - - v = Product() - if v == "" { - t.Errorf("Product failed with lang %s", lang) - } - - v = Model() - if v == "" { - t.Errorf("Model failed with lang %s", lang) - } - } -} -- cgit v1.2.3-1-g7c22