Skip to content

Commit

Permalink
c Add human language intent for next test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 6, 2021
1 parent 22702c4 commit 8eaf524
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TddLikeYouMeanIt/FizzBuzzTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public void GivenMultipleOf5ReturnsFizz()
actual.Should().Be(expected);
}

//Input of 15 returns FizzBuzz

public string Transform(int source)
{
if (0 == source % 5) return "Buzz";
Expand Down

0 comments on commit 8eaf524

Please sign in to comment.