From c4d26b7d4f00dd2f32c9a16f3caaaaa2984be1e7 Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 11 Oct 2024 16:22:28 -0400 Subject: [PATCH] ... --- test/link_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/link_test.dart b/test/link_test.dart index 4c85f9b..dccffa8 100644 --- a/test/link_test.dart +++ b/test/link_test.dart @@ -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;