From 4c509ba162e80e1d8a932aaeca62bece3b353670 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 26 Apr 2016 00:12:14 +0000 Subject: [PATCH] Change seal test name in command package --- command/seal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/seal_test.go b/command/seal_test.go index aa74199abe..c224aee31e 100644 --- a/command/seal_test.go +++ b/command/seal_test.go @@ -9,7 +9,7 @@ import ( "github.com/mitchellh/cli" ) -func TestSeal(t *testing.T) { +func Test_Seal(t *testing.T) { core, _, token := vault.TestCoreUnsealed(t) ln, addr := http.TestServer(t, core) defer ln.Close()