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

Commit d2a00df

Browse files
Removing comment
1 parent 0b30623 commit d2a00df

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
@@ -151,7 +151,6 @@ public async Task ShouldDetectBranchChange()
151151
RepositoryManager.WaitForEvents();
152152
WaitForNotBusy(repositoryManagerEvents, 5);
153153

154-
//TODO: Understand why this test does not pass consistently
155154
repositoryManagerListener.Received().OnStatusUpdate(Args.GitStatus);
156155
repositoryManagerListener.Received(1).OnActiveBranchChanged(Arg.Any<ConfigBranch?>());
157156
repositoryManagerListener.DidNotReceive().OnActiveRemoteChanged(Arg.Any<ConfigRemote?>());

0 commit comments

Comments
 (0)