diff --git a/packages/shorebird_cli/test/src/commands/release/macos_releaser_test.dart b/packages/shorebird_cli/test/src/commands/release/macos_releaser_test.dart index cac34299f..f0153e8a7 100644 --- a/packages/shorebird_cli/test/src/commands/release/macos_releaser_test.dart +++ b/packages/shorebird_cli/test/src/commands/release/macos_releaser_test.dart @@ -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); });