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

Commit 8248c49

Browse files
The log only sends one update when switching branches
1 parent eb770ae commit 8248c49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ await RepositoryManager.SwitchBranch("branch2")
572572

573573
repositoryManagerEvents.CurrentBranchUpdated.WaitOne(Timeout).Should().BeTrue();
574574
repositoryManagerEvents.GitLogUpdated.WaitOne(Timeout).Should().BeTrue();
575-
repositoryManagerEvents.GitLogUpdated.WaitOne(Timeout).Should().BeTrue();
576575

577576
repositoryManagerListener.Received().OnIsBusyChanged(Args.Bool);
578577
repositoryManagerListener.Received().CurrentBranchUpdated(Args.NullableConfigBranch, Args.NullableConfigRemote);

0 commit comments

Comments
 (0)