Skip to content

Commit

Permalink
t Refactor 6 to be 2*3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 4, 2021
1 parent f067738 commit 0fef4bc
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 @@ -51,7 +51,7 @@ public void GivenInput6ReturnsFizz()
{
//ARRANGE
string expected = "Fizz";
int sourceInput = 6;
int sourceInput = 2*3;

//ACT
string actual = Transform(sourceInput);
Expand Down

0 comments on commit 0fef4bc

Please sign in to comment.