Skip to content

Commit

Permalink
fix macos_releaser test
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Dec 10, 2024
1 parent ddfd5e3 commit 2008b60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ To change the version of this release, change your app's version in your pubspec
p.join(projectRoot.path, 'build', 'macos', 'shorebird'),
)..createSync(recursive: true);
when(
() => artifactManager.getIosReleaseSupplementDirectory(),
() => artifactManager.getMacosReleaseSupplementDirectory(),
).thenReturn(shorebirdSupplementDir);
});

Expand Down

0 comments on commit 2008b60

Please sign in to comment.