milestone/stable-1-reconcile-auth-3 #176
@ -67,6 +67,9 @@ void main() {
 | 
			
		||||
      when(() => authenticationRepository.sessionStream()).thenAnswer(
 | 
			
		||||
        (_) => const Stream.empty(),
 | 
			
		||||
      );
 | 
			
		||||
      when(() => authenticationRepository.checkForCachedAccount()).thenAnswer(
 | 
			
		||||
        (_) => Future<void>.value(),
 | 
			
		||||
      );
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    test('initial auth state is `unknown`', () {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user