From 818cf583a1d90caa1caac29a2bb64d2d2551d2c6 Mon Sep 17 00:00:00 2001 From: Becca Petrin Date: Thu, 1 Nov 2018 16:06:35 -0700 Subject: [PATCH] fix typo in test name --- command/seal_migration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/seal_migration_test.go b/command/seal_migration_test.go index 8840781e50..6383630f39 100644 --- a/command/seal_migration_test.go +++ b/command/seal_migration_test.go @@ -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{