@@ -76,7 +76,7 @@ void main() {
7676 );
7777
7878 expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
79- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
79+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
8080 }, overrides: < Type , Generator > {
8181 FileSystem : () => memoryFileSystem,
8282 ProcessManager : () => FakeProcessManager .any (),
@@ -106,7 +106,7 @@ void main() {
106106 );
107107
108108 expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
109- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
109+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
110110 }, overrides: < Type , Generator > {
111111 FileSystem : () => memoryFileSystem,
112112 ProcessManager : () => FakeProcessManager .any (),
@@ -313,7 +313,7 @@ void main() {
313313 );
314314
315315 expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
316- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
316+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
317317 }, overrides: < Type , Generator > {
318318 FileSystem : () => memoryFileSystem,
319319 ProcessManager : () => FakeProcessManager .any (),
@@ -343,7 +343,7 @@ void main() {
343343 );
344344
345345 expect (() => command.produceFlutterPodspec (BuildMode .debug, outputDirectory),
346- throwsToolExit (message: 'Detected version is $frameworkVersion ' ));
346+ throwsToolExit (message: '--cocoapods is only supported on the beta or stable channel. Detected version is $frameworkVersion ' ));
347347 }, overrides: < Type , Generator > {
348348 FileSystem : () => memoryFileSystem,
349349 ProcessManager : () => FakeProcessManager .any (),
0 commit comments