flutter-tdd-clean-architecture-course icon indicating copy to clipboard operation
flutter-tdd-clean-architecture-course copied to clipboard

fix test

Open lukechi1219 opened this issue 4 years ago • 0 comments

  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<T>()

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

lukechi1219 avatar Jun 21 '20 04:06 lukechi1219