Skip to content

Commit

Permalink
fixing test chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jan 22, 2025
1 parent 98c8b8c commit 49a7dbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Chapters/Tests/Tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ Here the class `MyExampleSetTest` should inherit from `TestCase`. It is the plac
related to the class `Set`.

```
TestCase subclass: #MyExampleSetTest
instanceVariableNames: ''
classVariableNames: ''
TestCase << #MyExampleSetTest
package: 'MySetTest'
```

Expand Down

0 comments on commit 49a7dbf

Please sign in to comment.