Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Oct 11, 2024
1 parent 26e453d commit c4d26b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/link_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'test_utils.dart';
void main() {
test('puby link', () async {
// Pub get must run before link will work in FVM projects
await testCommand(['get']);
await testCommand(['get'], debug: true);
final result = await testCommand(['link'], debug: true);
final stdout = result.stdout;

Expand Down

0 comments on commit c4d26b7

Please sign in to comment.