Skip to content

Commit

Permalink
Fix pub warning (#22)
Browse files Browse the repository at this point in the history
* Fix pub warning

Fix pub warning: "line 2, column 1 of test/intercom_flutter_test.dart: This package doesn't depend on test."

* Downgrade test version for stable channel
  • Loading branch information
Zazo032 authored May 30, 2019
1 parent 162de51 commit 8c3ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^3.0.0
test: ^1.6.1

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down

0 comments on commit 8c3ed66

Please sign in to comment.