Skip to content

Commit

Permalink
r Remove replaced line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Nov 27, 2021
1 parent ab37dc8 commit 53abc0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TddLikeYouMeanIt/UnitTest1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void GivenInt3ShouldReturnString3()
public string Transform(int source)
{
if (source == 1) return source.ToString();
///if (source == 1) return "1";
if (source == 3) return "3";
if (source == 2) return "2";
throw new Exception("We broke something");
Expand Down

0 comments on commit 53abc0b

Please sign in to comment.