Skip to content

Commit e716758

Browse files
committed
GemTalk/Rowan#953: ssome of the methods are class methods ... fix tests final(?)
1 parent 1870538 commit e716758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RowanSample9V4-Tests/RowanSample9V4TestCase.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RowanSample9V4TestCase >> test4 [ self assert: RowanSample9V4Class1 new _123Abc
2020
]
2121

2222
{ #category : 'tests' }
23-
RowanSample9V4TestCase >> test5 [ self assert: RowanSample9V4Class1 new _123abc
23+
RowanSample9V4TestCase >> test5 [ self assert: RowanSample9V4Class1 _123abc
2424
]
2525

2626
{ #category : 'tests' }

0 commit comments

Comments
 (0)