Skip to content

Commit

Permalink
t Remove human language intent
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Nov 27, 2021
1 parent b8379f6 commit ad39dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TddLikeYouMeanIt/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public void GivenInt1ShouldReturnString1()
[TestMethod]
public void GivenInt2ShouldReturnString2()
{
//Given an integer of 2 should return string of 2

//ARRANGE
int valueToTransform = 2;
string transformedValue = "2";
Expand Down

0 comments on commit ad39dad

Please sign in to comment.