Skip to content

Commit

Permalink
T** Add assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyzxs committed Dec 5, 2021
1 parent 1e14cb7 commit 85883db
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 @@ -60,7 +60,7 @@ public void Given5ReturnsBuzz()
//ACT

//ASSERT

actual.Should().Be("Buzz");
}

public string Transform(int source)
Expand Down

0 comments on commit 85883db

Please sign in to comment.