Skip to content

Commit

Permalink
Fix integration_test dependency (#272)
Browse files Browse the repository at this point in the history
This should fix the "submit-queue" CI test which now times out during
analyze.
  • Loading branch information
liyuqian committed Jan 27, 2021
1 parent 2e3dea9 commit 1c7d23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/pointer_interceptor/example/pubspec.yaml
Expand Up @@ -17,7 +17,8 @@ dev_dependencies:
sdk: flutter
flutter_test:
sdk: flutter
integration_test: ^1.0.1
integration_test:
sdk: flutter

# The following section is specific to Flutter.
flutter:
Expand Down

0 comments on commit 1c7d23b

Please sign in to comment.