From c35d5fdf81261faa32bf2f93b6672df593a988f2 Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 11 Oct 2024 16:05:31 -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 c4190c1..f2837e8 100644 --- a/test/link_test.dart +++ b/test/link_test.dart @@ -8,7 +8,7 @@ import 'test_utils.dart'; void main() { test('puby link', () async { - // A pub get must be done before link will work + // Pub get must run before link will work in FVM projects await testCommand(['get']); final result = await testCommand(['link']); final stdout = result.stdout;