ResoCoder / flutter-tdd-clean-architecture-course

https://resocoder.com/flutter-clean-architecture-tdd/
1.99k stars 623 forks source link

fix test #28

Open lukechi1219 opened 4 years ago

lukechi1219 commented 4 years ago
  1. fix number_trivia_bloc_test.dart 'should call the InputConverter to validate and convert the string to an unsigned integer'

  2. extract Future<Either<Failure, T>> catchServerException()

  3. extract Future<Either<Failure, T>> catchCacheException()