From 49a7dbf1b1fcdbd5f35e5fae2c1d04fc944adade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Wed, 22 Jan 2025 21:27:53 +0100 Subject: [PATCH] fixing test chapter --- Chapters/Tests/Tests.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Chapters/Tests/Tests.md b/Chapters/Tests/Tests.md index ac4b862..d1bce78 100644 --- a/Chapters/Tests/Tests.md +++ b/Chapters/Tests/Tests.md @@ -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' ```