8000 Move Constants to TestHelpers.Constants · joncham/libgit2sharp@7be4885 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7be4885

Browse files
committed
Move Constants to TestHelpers.Constants
1 parent 69935b5 commit 7be4885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<Compile Include="BlobFixture.cs" />
4646
<Compile Include="BranchFixture.cs" />
4747
<Compile Include="CommitFixture.cs" />
48-
<Compile Include="Constants.cs" />
48+
<Compile Include="TestHelpers\Constants.cs" />
4949
<Compile Include="EpochFixture.cs" />
5050
<Compile Include="IndexFixture.cs" />
5151
<Compile Include="ObjectIdFixture.cs" />

LibGit2Sharp.Tests/Constants.cs renamed to LibGit2Sharp.Tests/TestHelpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace LibGit2Sharp.Tests
1+
namespace LibGit2Sharp.Tests.TestHelpers
22
{
33
public static class Constants
44
{

0 commit comments

Comments
 (0)
0