Skip to content

Commit 9d77e63

Browse files
Clarified the name of a test.
1 parent 3b949d3 commit 9d77e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Tests-Matrix/PMQRTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PMQRTest >> testMoorePenroseInverseOfProductOfMatrices [
6161
]
6262

6363
{ #category : #tests }
64-
PMQRTest >> testMoorePenroseInverseOfRandomMatrix [
64+
PMQRTest >> testMoorePenroseInverseOfRandomMatrixIsAPseudoInverse [
6565

6666
| a |
6767
a := PMSymmetricMatrix new: 4 random: 1.0.

0 commit comments

Comments
 (0)