Skip to content

Commit 63ab585

Browse files
committed
Renamed GridTests to LifeGridTests
1 parent 8610516 commit 63ab585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/GridTests.cs renamed to UnitTests/LifeGridTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace GameOfLife.UnitTests
55
{
66
[TestClass]
7-
public class GridTests
7+
public class LifeGridTests
88
{
99
private LifeGrid grid;
1010

0 commit comments

Comments
 (0)