Skip to content

Commit

Permalink
docs: remove gcmcore from test data
Browse files Browse the repository at this point in the history
Update gcm-test@example.com to gcm@example.com.
  • Loading branch information
ldennington committed Mar 8, 2022
1 parent b8fb9e0 commit 1b7751a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7751a

Please sign in to comment.