Skip to content

Commit dc54c91

Browse files
committed
Final cleanup
1 parent 2b80fe0 commit dc54c91

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/ProjectTemplates/BlazorTemplates.Tests/BlazorServerTemplateTest.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ namespace Templates.Test
1919
public class BlazorServerTemplateTest : BlazorTemplateTest
2020
{
2121
public BlazorServerTemplateTest(ProjectFactoryFixture projectFactory, PlaywrightFixture<BlazorServerTemplateTest> fixture, ITestOutputHelper output)
22+
: base(fixture)
2223
{
23-
ProjectFactory = projectFactory;
24-
Fixture = fixture;
24+
ProjectFactory = projectFactory; ;
2525
Output = output;
2626
BrowserContextInfo = new ContextInformation(CreateFactory(output));
2727
}
2828

2929
public ProjectFactoryFixture ProjectFactory { get; set; }
30-
3130
public ITestOutputHelper Output { get; }
3231
public ContextInformation BrowserContextInfo { get; }
3332
public Project Project { get; private set; }
@@ -100,7 +99,7 @@ await Fixture.BrowserManager.GetBrowserInstance(browserKind, BrowserContextInfo)
10099
}
101100

102101
public static IEnumerable<object[]> BlazorServerTemplateWorks_IndividualAuthData =>
103-
BrowserManager.WithBrowsers(new[] { BrowserKind.Chromium }, true , false);
102+
BrowserManager.WithBrowsers(new[] { BrowserKind.Chromium }, true, false);
104103

105104
[Theory]
106105
[MemberData(nameof(BlazorServerTemplateWorks_IndividualAuthData))]

src/Shared/BrowserTesting/src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
2-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\..\..\, Directory.Build.props))\Directory.Build.props" />
2+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" />
33

44
<PropertyGroup>
55
<IdentityTestSharedSourceRoot>$(MSBuildThisFileDirectory)test\Shared\</IdentityTestSharedSourceRoot>

0 commit comments

Comments
 (0)