Skip to content

Commit 2fc4e5d

Browse files
test: clarified the name of a test.
1 parent fc66d1d commit 2fc4e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Tests-Polynomials/PMPolynomialTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ PMPolynomialTest >> testPolynomialRoots [
243243
]
244244

245245
{ #category : #'iterative algorithms' }
246-
PMPolynomialTest >> testPolynomialRootsForConstant [
246+
PMPolynomialTest >> testPolynomialRootsConstantsHaveNoRoots [
247247

248248
| polynomial |
249249
"Here, compute the roots of the constant C = 1"

0 commit comments

Comments
 (0)