Skip to content

Commit

Permalink
fix: export registerFallbackValue
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Mar 8, 2021
1 parent d736437 commit 2af5062
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/mocktail/lib/mocktail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export 'src/mocktail.dart'
Answer,
Expectation,
When,
registerFallbackValue,

// -- verification
verify,
Expand Down
1 change: 0 additions & 1 deletion packages/mocktail/test/matcher_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:mocktail/mocktail.dart';
import 'package:mocktail/src/mocktail.dart';
import 'package:test/test.dart';

void main() {
Expand Down

0 comments on commit 2af5062

Please sign in to comment.