Change seal test name in command package

This commit is contained in:
Jeff Mitchell 2016-04-26 00:12:14 +00:00
parent 9392c2f7aa
commit 4c509ba162

View File

@ -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()