We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301cce6 commit b6cf692Copy full SHA for b6cf692
1 file changed
src/NumericInterpolator-Tests/NSScaleTest.class.st
@@ -56,13 +56,13 @@ NSScaleTest >> testCategories [
56
57
{ #category : #'test - linear' }
58
NSScaleTest >> testRandom [
59
- "Random uses TSScale linear"
+ "Random uses NSScale linear"
60
| random value |
61
random := Random new.
62
value := random rsNext: 10.
63
self assert: (value between: 0 and: 10).
64
value := random rsNext: -10 and: -5.
65
- self assert: (value between: -10 and: -5 ).
+ self assert: (value between: -10 and: -5 )
66
]
67
68
{ #category : #'test - colors' }
0 commit comments