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

Commit 155aa37

Browse files
authored
Merge pull request #579 from github-for-unity/fixes/should-detect-remote-changes-fix
Fixing integration test
2 parents eb770ae + 8248c49 commit 155aa37

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)