Skip to content

Commit

Permalink
Move to mocktail (mobxjs#694)
Browse files Browse the repository at this point in the history
* tests are failing with mockito

* Replacing `mockito` with `mocktail`

* fixing analyzer issues

* moving to `mocktail` from `mockito`
  • Loading branch information
pavanpodila authored and tlvenn committed Jun 7, 2022
1 parent ae71fe6 commit 294e988
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flutter_mobx/test/flutter_mobx_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ void main() {
);
});

<<<<<<< HEAD
testWidgets('debugFindConstructingStackFrame has friendly output',
(tester) async {
final observer = Observer(builder: (_) => Container());
Expand All @@ -190,9 +189,6 @@ void main() {

testWidgets('Observer should log when there are no observables in builder',
(tester) async {
=======
testWidgets('Observer should log when there are no observables in builder', (tester) async {
>>>>>>> 22f0976 (Implement onInvalidate callback for stateful widget)
final observer = LoggingObserver(
builder: (_) => const Placeholder(),
);
Expand Down

0 comments on commit 294e988

Please sign in to comment.