Skip to content

Commit e721aa2

Browse files
authored
Merge branch 'main' into finding-autofix-44c2face
2 parents e89dc06 + b0458f2 commit e721aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MandMCounter.Tests/SkittleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void CountSkittlesInANullUnitTest()
112112

113113
//Act
114114

115-
float result = Calculator.CountSkittles(unit, quantity);
115+
Calculator.CountSkittles(unit, quantity);
116116
}
117117
catch (Exception ex)
118118
{

0 commit comments

Comments
 (0)