Skip to content

Commit 660f9f7

Browse files
committed
docs: remove gcmcore from test data
Update [email protected] to [email protected].
1 parent c3b0dab commit 660f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Core.Tests/Interop/Posix/GnuPassCredentialStoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private static string InitializePasswordStore(TestFileSystem fs, TestGpg gpg)
9090
{
9191
string homePath = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
9292
string storePath = Path.Combine(homePath, ".password-store");
93-
string userId = "gcmcore[email protected]";
93+
string userId = "gcm[email protected]";
9494
string gpgIdPath = Path.Combine(storePath, ".gpg-id");
9595

9696
// Ensure we have a GPG key for use with testing

0 commit comments

Comments
 (0)