Skip to content

Commit

Permalink
Fix integration test (apache#24730)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyinkin committed Feb 14, 2023
1 parent e77ffaf commit a90fbbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import 'package:playground_components_dev/playground_components_dev.dart';
import 'common/common.dart';
import 'common/common_finders.dart';

const _outputPrefix = 'The processing has started\n';
const _outputPrefix = 'The processing has been started\n';

void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
Expand Down

0 comments on commit a90fbbf

Please sign in to comment.