fix typo in test name

This commit is contained in:
Becca Petrin
2018-11-01 16:06:35 -07:00
parent 18388a9fc4
commit 818cf583a1

View File

@@ -108,7 +108,7 @@ func TestSealMigration(t *testing.T) {
core := cluster.Cores[0].Core
newSeal := vault.NewAutoSeal(seal.NeweTestSeal(logger))
newSeal := vault.NewAutoSeal(seal.NewTestSeal(logger))
newSeal.SetCore(core)
autoSeal = newSeal
if err := adjustCoreForSealMigration(context.Background(), core, coreConfig, newSeal, &server.Config{