We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cccba commit b3a7de8Copy full SHA for b3a7de8
src/Math-Tests-Matrix/PMMatrixTest.class.st
@@ -208,7 +208,7 @@ PMMatrixTest >> testIdentityMatrix [
208
expectedIdentityMatrix at: 3 at: 3 put: 1.
209
210
identityMatrix := PMMatrix identity: 3.
211
- self assert: identityMatrix equals: identityMatrix.
+ self assert: identityMatrix equals: expectedIdentityMatrix.
212
]
213
214
{ #category : #tests }
0 commit comments