Skip to content

Commit

Permalink
r Change param to TurnCount'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 8, 2021
1 parent 980112c commit add3587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TddLikeYouMeanIt/FizzBuzzTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void GivenMultipleOf3And5ReturnsFizzBuzz()
actual.Should().Be(expected);
}

public Answer Transform(int source)
public Answer Transform(TurnCount source)
{
TurnCount turnCount = new IntTurnCount(source);

Expand Down

0 comments on commit add3587

Please sign in to comment.