Skip to content

Commit

Permalink
added Mock Map with dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmathur-wk committed May 22, 2024
1 parent 93f2676 commit 743ed6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/over_react/shared/map_proxy_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ void mapProxyTests(Map Function(Map proxiedMap) mapProxyFactory) {
});
}

class MockMap extends Mock implements Map {}
class MockMap extends Mock implements Map<dynamic, dynamic> {}

0 comments on commit 743ed6c

Please sign in to comment.