Skip to content

Commit

Permalink
c Updte intent comment to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 4, 2021
1 parent 934df9e commit 53de6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TddLikeYouMeanIt/FizzBuzzTests.cs
Expand Up @@ -72,7 +72,7 @@ public void GivenInput12ReturnsFizz()
actual.Should().Be(expected);
}

//Given 9 returns Fizz
//Given 12 returns Fizz

public string Transform(int source)
{
Expand Down

0 comments on commit 53de6ce

Please sign in to comment.