Skip to content

Commit 5cf5e5f

Browse files
committed
Update UITests/UITests.Tests.Shared/UITestBase.cs
1 parent 5e891f6 commit 5cf5e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UITests/UITests.Tests.Shared/UITestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public async Task TestInitialize()
9292
// This will reset the test for each run (as from original WinUI https://github.com/microsoft/microsoft-ui-xaml/blob/master/test/testinfra/MUXTestInfra/Infra/TestHelpers.cs)
9393
// We construct it so it doesn't try to run any tests since we use the AppService Bridge to complete
9494
// our loading.
95-
helper = new TestSetupHelper(new string[] { }, new TestSetupHelper.TestSetupHelperOptions());
95+
helper = new TestSetupHelper(new string[] { }, TestSetupHelperOptions);
9696

9797
#if USING_TAEF
9898
var fullTestName = TestContext.TestName;

0 commit comments

Comments
 (0)