From 1b7751ac0881eb47859e36a5f9edbae7328893c2 Mon Sep 17 00:00:00 2001 From: Lessley Dennington Date: Thu, 18 Nov 2021 08:23:21 -0800 Subject: [PATCH] docs: remove gcmcore from test data Update gcm-test@example.com to gcm@example.com. --- .../Core.Tests/Interop/Posix/GnuPassCredentialStoreTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/Core.Tests/Interop/Posix/GnuPassCredentialStoreTests.cs b/src/shared/Core.Tests/Interop/Posix/GnuPassCredentialStoreTests.cs index cefb0779ab..423868bd7f 100644 --- a/src/shared/Core.Tests/Interop/Posix/GnuPassCredentialStoreTests.cs +++ b/src/shared/Core.Tests/Interop/Posix/GnuPassCredentialStoreTests.cs @@ -90,7 +90,7 @@ private static string InitializePasswordStore(TestFileSystem fs, TestGpg gpg) { string homePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); string storePath = Path.Combine(homePath, ".password-store"); - string userId = "gcmcore-test@example.com"; + string userId = "gcm-test@example.com"; string gpgIdPath = Path.Combine(storePath, ".gpg-id"); // Ensure we have a GPG key for use with testing