File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,8 @@ public async Task
199199 Assert . Equal ( Token + Token , await credentialsProvider . GetAuthInfoAsync ( ) ) ;
200200 _mockAuthClient . Verify ( authClient => authClient . FetchToken ( ) , Times . Exactly ( 3 ) ) ;
201201 }
202-
203- [ Fact ]
202+
203+ [ Fact ]
204204 public async Task
205205 SyncState_To_ActiveState_To_BackgroundState_To_BackgroundState_When_Task_Is_Canceled_To_ActiveState ( )
206206 {
@@ -246,7 +246,7 @@ public async Task
246246 . Returns ( now . Add ( TimeSpan . FromSeconds ( 4 ) ) )
247247 . Returns ( now . Add ( TimeSpan . FromSeconds ( 4 ) ) ) ;
248248 var credentialsProvider = new CachedCredentialsProvider ( _mockAuthClient . Object , _mockClock . Object ) ;
249-
249+
250250 Assert . Equal ( Token , await credentialsProvider . GetAuthInfoAsync ( ) ) ;
251251 Assert . Equal ( Token , await credentialsProvider . GetAuthInfoAsync ( ) ) ;
252252 tcsTokenResponse . SetException ( new StatusUnsuccessfulException ( new Status ( StatusCode . Unavailable ) ) ) ;
You can’t perform that action at this time.
0 commit comments