Rephrase null safety mode (#74306)
This commit is contained in:
parent
118f61230a
commit
914c9aa304
@ -67,7 +67,7 @@ abstract class BuildSubCommand extends FlutterCommand {
|
||||
globals.printStatus('💪 Building with sound null safety 💪', emphasis: true);
|
||||
} else {
|
||||
globals.printStatus(
|
||||
'Building with unsound null safety',
|
||||
'Building without sound null safety',
|
||||
emphasis: true,
|
||||
);
|
||||
globals.printStatus(
|
||||
|
@ -67,7 +67,7 @@ void main() {
|
||||
);
|
||||
|
||||
FakeBuildSubCommand().test(unsound);
|
||||
expect(testLogger.statusText, contains('Building with unsound null safety'));
|
||||
expect(testLogger.statusText, contains('Building without sound null safety'));
|
||||
|
||||
testLogger.clear();
|
||||
FakeBuildSubCommand().test(sound);
|
||||
|
Loading…
x
Reference in New Issue
Block a user