Skip to content

Commit

Permalink
c Remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 3, 2021
1 parent 914b701 commit d10c6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TddLikeYouMeanIt/FizzBuzzTests.cs
Expand Up @@ -23,7 +23,6 @@ public void GivenInputReturnsStringOfInput()
(int sourceInput, string expected) =
regressionValues.ElementAt(new Random().Next(0, regressionValues.Count));


//ACT
string actual = Transform(sourceInput);

Expand Down

0 comments on commit d10c6cc

Please sign in to comment.