8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69935b5 commit 7be4885Copy f 8000 ull SHA for 7be4885
LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -45,7 +45,7 @@
45
<Compile Include="BlobFixture.cs" />
46
<Compile Include="BranchFixture.cs" />
47
<Compile Include="CommitFixture.cs" />
48
- <Compile Include="Constants.cs" />
+ <Compile Include="TestHelpers\Constants.cs" />
49
<Compile Include="EpochFixture.cs" />
50
<Compile Include="IndexFixture.cs" />
51
<Compile Include="ObjectIdFixture.cs" />
LibGit2Sharp.Tests/Constants.cs renamed to LibGit2Sharp.Tests/TestHelpers/Constants.cs
@@ -1,4 +1,4 @@
1
-namespace LibGit2Sharp.Tests
+namespace LibGit2Sharp.Tests.TestHelpers
2
{
3
public static class Constants
4
0 commit comments