master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit 6152436411 - Show all commits

View File

@ -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`', () {