Skip to content

Commit

Permalink
Rename test class
Browse files Browse the repository at this point in the history
Rename to match project name change.
  • Loading branch information
danielrbradley committed Jun 19, 2012
1 parent 93e26e5 commit 10cf461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace StronglyConnectedComponents.Tests
{
[TestClass]
public class GraphTests
public class StronglyConnectedComponentTests
{
[TestMethod]
public void EmptyGraph()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="GraphTests.cs" />
<Compile Include="StronglyConnectedComponentTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StronglyConnectedComponents\StronglyConnectedComponents.csproj">
Expand Down

0 comments on commit 10cf461

Please sign in to comment.