You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter_tools/test/general.shard/features_test.dart
+4-4
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ void main() {
78
78
}));
79
79
80
80
test('flutter web help string', () {
81
-
expect(flutterWebFeature.generateHelpMessage(), 'Enable or disable Flutter for web. This setting will take effect on the masterand dev channels.');
81
+
expect(flutterWebFeature.generateHelpMessage(), 'Enable or disable Flutter for web. This setting will take effect on the master, dev, and beta channels.');
82
82
});
83
83
84
84
test('flutter macOS desktop help string', () {
@@ -155,18 +155,18 @@ void main() {
155
155
expect(featureFlags.isWebEnabled, false);
156
156
}));
157
157
158
-
test('flutter web not enabled with config on beta', () => testbed.run(() {
158
+
test('flutter web enabled with config on beta', () => testbed.run(() {
0 commit comments