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