Skip to content

Commit 49a7dbf

Browse files
committed
fixing test chapter
1 parent 98c8b8c commit 49a7dbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Chapters/Tests/Tests.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ Here the class `MyExampleSetTest` should inherit from `TestCase`. It is the plac
3333
related to the class `Set`.
3434

3535
```
36-
TestCase subclass: #MyExampleSetTest
37-
instanceVariableNames: ''
38-
classVariableNames: ''
36+
TestCase << #MyExampleSetTest
3937
package: 'MySetTest'
4038
```
4139

0 commit comments

Comments
 (0)