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

Commit 67ed791

Browse files
neuroKipshana
authored andcommitted
Added repositoryManagerListener reset in Checkout test
1 parent 26aa280 commit 67ed791

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,9 @@ public async Task ShouldCheckoutFiles()
813813
repositoryManagerListener.DidNotReceive().OnLocksUpdated( Args.EnumerableGitLock );
814814

815815
result.AssertEqual( expected );
816-
}
816+
817+
repositoryManagerListener.ClearReceivedCalls();
818+
repositoryManagerEvents.Reset();
819+
}
817820
}
818821
}

0 commit comments

Comments
 (0)