@@ -170,12 +170,12 @@ await RepositoryManager
170
170
171
171
repositoryManagerEvents . LocalBranchesUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
172
172
repositoryManagerEvents . GitStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
173
+ repositoryManagerEvents . GitStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
173
174
repositoryManagerEvents . GitLogUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
174
- repositoryManagerEvents . GitAheadBehindStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
175
175
176
176
repositoryManagerListener . Received ( ) . OnIsBusyChanged ( Args . Bool ) ;
177
177
repositoryManagerListener . DidNotReceive ( ) . CurrentBranchUpdated ( Args . NullableConfigBranch , Args . NullableConfigRemote ) ;
178
- repositoryManagerListener . Received ( ) . GitAheadBehindStatusUpdated ( Args . GitAheadBehindStatus ) ;
178
+ repositoryManagerListener . DidNotReceive ( ) . GitAheadBehindStatusUpdated ( Args . GitAheadBehindStatus ) ;
179
179
repositoryManagerListener . Received ( ) . GitStatusUpdated ( Args . GitStatus ) ;
180
180
repositoryManagerListener . DidNotReceive ( ) . GitLocksUpdated ( Args . GitLocks ) ;
181
181
repositoryManagerListener . Received ( ) . GitLogUpdated ( Args . GitLogs ) ;
@@ -246,14 +246,14 @@ await RepositoryManager
246
246
RepositoryManager . WaitForEvents ( ) ;
247
247
repositoryManagerEvents . WaitForNotBusy ( ) ;
248
248
249
+ repositoryManagerEvents . GitStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
249
250
repositoryManagerEvents . GitStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
250
251
repositoryManagerEvents . LocalBranchesUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
251
252
repositoryManagerEvents . GitLogUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
252
- repositoryManagerEvents . GitAheadBehindStatusUpdated . WaitOne ( Timeout ) . Should ( ) . BeTrue ( ) ;
253
253
254
254
repositoryManagerListener . Received ( ) . OnIsBusyChanged ( Args . Bool ) ;
255
255
repositoryManagerListener . DidNotReceive ( ) . CurrentBranchUpdated ( Args . NullableConfigBranch , Args . NullableConfigRemote ) ;
256
- repositoryManagerListener . Received ( ) . GitAheadBehindStatusUpdated ( Args . GitAheadBehindStatus ) ;
256
+ repositoryManagerListener . DidNotReceive ( ) . GitAheadBehindStatusUpdated ( Args . GitAheadBehindStatus ) ;
257
257
repositoryManagerListener . Received ( ) . GitStatusUpdated ( Args . GitStatus ) ;
258
258
repositoryManagerListener . DidNotReceive ( ) . GitLocksUpdated ( Args . GitLocks ) ;
259
259
repositoryManagerListener . Received ( ) . GitLogUpdated ( Args . GitLogs ) ;
0 commit comments