Skip to content

Commit dab51c3

Browse files
committed
updated.
1 parent 4e2ad4d commit dab51c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TIAsample/TIAsample/Class1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class Class1
1010
{
1111
public string GetName()
1212
{
13-
return "TIA_TIA_TIA"
13+
return "TIA";
1414
; }
1515
}
1616
}

TIAsample/TIAsampleTest/UnitTest1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class UnitTest1
1313
public void GetNameTest()
1414
{
1515
string name = target.GetName();
16-
Assert.AreEqual("TIA_TIA", name);
16+
Assert.AreEqual("TIA", name);
1717

1818
}
1919
}

0 commit comments

Comments
 (0)