Skip to content

Commit 23e749e

Browse files
committed
rename classes to follow other repos
1 parent 7d34757 commit 23e749e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

csharp-fundamentals-arrays.Test/ExerciseTest.cs renamed to csharp-fundamentals-arrays.Test/CoreTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
namespace csharp_fundamentals_arrays.Test
55
{
6-
public class ExerciseTest
6+
public class CoreTests
77
{
8-
Exercise exercise;
8+
Core exercise;
99

10-
public ExerciseTest()
10+
public CoreTests()
1111
{
12-
this.exercise = new Exercise();
12+
this.exercise = new Core();
1313
}
1414

1515
[Test]

0 commit comments

Comments
 (0)