mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 07:08:10 +08:00
Fix integration_test dependency (#272)
This should fix the "submit-queue" CI test which now times out during analyze.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user