This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/tests/IntegrationTests/Events Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -230,12 +230,13 @@ await RepositoryManager
230
230
231
231
repositoryManagerEvents . GitStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
232
232
repositoryManagerEvents . LocalBranchesUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
233
+ repositoryManagerEvents . GitLogUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
233
234
234
235
repositoryManagerListener . Received ( ) . OnIsBusyChanged ( Args . Bool ) ;
235
236
repositoryManagerListener . DidNotReceive ( ) . CurrentBranchUpdated ( Args . NullableConfigBranch , Args . NullableConfigRemote ) ;
236
237
repositoryManagerListener . Received ( ) . GitStatusUpdated ( Args . GitStatus ) ;
237
238
repositoryManagerListener . DidNotReceive ( ) . GitLocksUpdated ( Args . GitLocks ) ;
238
- repositoryManagerListener . DidNotReceive ( ) . GitLogUpdated ( Args . GitLogs ) ;
239
+ repositoryManagerListener . Received ( ) . GitLogUpdated ( Args . GitLogs ) ;
239
240
repositoryManagerListener . Received ( ) . LocalBranchesUpdated ( Args . LocalBranchDictionary ) ;
240
241
repositoryManagerListener . DidNotReceive ( ) . RemoteBranchesUpdated ( Args . RemoteDictionary , Args . RemoteBranchDictionary ) ;
241
242
}
You can’t perform that action at this time.
0 commit comments