Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 9218b2c

Browse files
Fixing the name casing of this file
1 parent fdfe8f9 commit 9218b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/IntegrationTests/IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
<Compile Include="Git\IntegrationTestEnvironment.cs" />
8484
<Compile Include="ProcessManagerExtensions.cs" />
8585
<Compile Include="Process\ProcessManagerIntegrationTests.cs" />
86-
<Compile Include="SetupFixture.cs" />
8786
<Compile Include="Properties\AssemblyInfo.cs" />
87+
<Compile Include="SetUpFixture.cs" />
8888
<Compile Include="ThreadSynchronizationContext.cs" />
8989
</ItemGroup>
9090
<ItemGroup>

src/tests/IntegrationTests/SetupFixture.cs renamed to src/tests/IntegrationTests/SetUpFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace IntegrationTests
66
{
77
[SetUpFixture]
8-
public class SetupFixture
8+
public class SetUpFixture
99
{
1010
[SetUp]
1111
public void Setup()

0 commit comments

Comments
 (0)