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/sean-/seed/init_test.go | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 vendor/github.com/sean-/seed/init_test.go (limited to 'vendor/github.com/sean-/seed') diff --git a/vendor/github.com/sean-/seed/init_test.go b/vendor/github.com/sean-/seed/init_test.go deleted file mode 100644 index 4736061f7..000000000 --- a/vendor/github.com/sean-/seed/init_test.go +++ /dev/null @@ -1,26 +0,0 @@ -package seed_test - -import ( - "testing" - - "github.com/sean-/seed" -) - -func TestInit(t *testing.T) { - secure, err := seed.Init() - if !secure { - t.Fatalf("Failed to securely seed: %v", err) - } -} - -func TestMustInit(t *testing.T) { - seed.MustInit() - - if !seed.Seeded() { - t.Fatalf("MustInit() failed to seed") - } - - if !seed.Secure() { - t.Fatalf("MustInit() failed to securely seed") - } -} -- cgit v1.2.3-1-g7c22