Skip to content

Commit

Permalink
r Use FizzBuzz as subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 8, 2021
1 parent 2b432a8 commit 7589dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TddLikeYouMeanIt/FizzBuzzTests.cs
Expand Up @@ -81,7 +81,6 @@ public void GivenMultipleOf5ReturnsBuzz()

//ACT
string actual = subject.Transform(sourceInput);

//ASSERT
actual.Should().Be(expected);
}
Expand Down

0 comments on commit 7589dd2

Please sign in to comment.