forked from Silverfish/proton-bridge
GODT-1975: Migrate keychain secrets
This commit is contained in:
@ -30,7 +30,7 @@ import (
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
func TestMigrateOldVaultFromJSON(t *testing.T) {
|
||||
func TestMigratePrefsToVault(t *testing.T) {
|
||||
// Create a new vault.
|
||||
vault, corrupt, err := vault.New(t.TempDir(), t.TempDir(), []byte("my secret key"))
|
||||
require.NoError(t, err)
|
||||
|
||||
Reference in New Issue
Block a user