File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
UITests/UITests.Tests.Shared Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ private static async Task InitalizeComService()
52
52
53
53
// Use Windows.ApplicationModel.Package.Current.Id.FamilyName
54
54
// within the app service provider to get this value.
55
- CommunicationService . PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t " ;
55
+ CommunicationService . PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme " ;
56
56
57
57
var status = await CommunicationService . OpenAsync ( ) ;
58
58
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ internal static TestApplicationInfo WinUICsUWPSampleApp
58
58
59
59
return new TestApplicationInfo (
60
60
testAppPackageName : "UITests.App" ,
61
- testAppName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t !App" ,
62
- testAppPackageFamilyName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t " ,
61
+ testAppName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme !App" ,
62
+ testAppPackageFamilyName : "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme " ,
63
63
testAppMainWindowTitle : "UITests.App" ,
64
64
processName : "UITests.App.exe" ,
65
65
installerName : mostRecentlyBuiltPackage . Replace ( ".msix" , string . Empty ) ,
You can’t perform that action at this time.
0 commit comments