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

Commit ff1860a

Browse files
Removing unused code
1 parent 3f828db commit ff1860a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,6 @@ public async Task ShouldDetectGitPull()
385385
repositoryManagerListener.DidNotReceive().GitLogUpdated(Args.GitLogs);
386386
repositoryManagerListener.Received().LocalBranchesUpdated(Args.LocalBranchDictionary);
387387
repositoryManagerListener.DidNotReceive().RemoteBranchesUpdated(Args.RemoteDictionary, Args.RemoteBranchDictionary);
388-
389-
repositoryManagerEvents.Reset();
390-
repositoryManagerEvents.WaitForNotBusy();
391388
}
392389

393390
[Test]

0 commit comments

Comments
 (0)