Skip to content

Commit c5b2617

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] Hello World sample renamed
1 parent e4115bd commit c5b2617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm-exercises-csharp/src/Hello.Test.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
namespace algorithm_exercises_csharp;
22

33
[TestClass]
4-
public class UnitTest1
4+
public class HelloWorldTest
55
{
66
[TestMethod]
7-
public void TestMethod1()
7+
public void TestHello()
88
{
99
string expected = "Hello World!";
1010
string result = HelloWorld.Hello();

0 commit comments

Comments
 (0)