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;