From ab382e6bbe653bdf1a8d678aba7691e42957dc25 Mon Sep 17 00:00:00 2001 From: Rexios Date: Fri, 17 Jan 2025 13:55:01 -0500 Subject: [PATCH] Fix test --- test/link_test.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/link_test.dart b/test/link_test.dart index 2f518ea..8aba6d7 100644 --- a/test/link_test.dart +++ b/test/link_test.dart @@ -75,6 +75,8 @@ void main() { 'pubspec.yaml': workspacePubspec, ...dartProject(workspace: true), }, + // Must link for workspace ref to exist + link: true, ); final stdout = result.stdout;