Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 14cc5f9

Browse files
Merge branch 'fixes/settings-view-git-remote-update' into fixes/name-email-update
2 parents cf04759 + 0f83c8c commit 14cc5f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ public ConfigRemote? CurrentRemote
240240
Name,
241241
CloneUrl,
242242
LocalPath,
243-
GetHashCode());
243+
CurrentBranch,
244+
CurrentRemote);
244245

245246
public GitStatus CurrentStatus
246247
{

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public async Task ShouldDetectFileChanges()
6262
result.AssertEqual(expected);
6363
}
6464

65-
[Test]
65+
[Test, Category("TimeSensitive")]
6666
public async Task ShouldAddAndCommitFiles()
6767
{
6868
await Initialize(TestRepoMasterCleanSynchronized);

0 commit comments

Comments
 (0)