Skip to content

Commit de50f3c

Browse files
committed
refactor: Simplify assertion with Be
1 parent b4cab6a commit de50f3c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

solution/c#/Day14/Day14.Tests/LangExt/FizzBuzzTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ public void Returns_Number_Representation(int input, string expectedResult)
2323
=> Day14.LangExt.FizzBuzz
2424
.Convert(input)
2525
.Should()
26-
.BeSome()
27-
.Which
28-
.Should()
2926
.Be(expectedResult);
3027

3128
[Theory]

0 commit comments

Comments
 (0)