[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test integration test apps' runner files against current template app #118646

Merged
merged 16 commits into from
Jan 24, 2023
Prev Previous commit
Next Next commit
Fix missing newline string
  • Loading branch information
yaakovschectman committed Jan 23, 2023
commit 068637a41844873e7ed17e1908649cd3e29cb916
2 changes: 1 addition & 1 deletion dev/devicelab/bin/tasks/windows_app_template_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Future<void> main() async {
if (appFile != templateFile) {
fileContentsMatch = false;
print('Error: file $fileName mismatched for integration test $testPath');
print();
print('\n');
print('Verify the integration test has been migrated to the latest app template.');
print('=====$appFilePath======');
print(appFile);
Expand Down