We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46b534 commit 513c3d7Copy full SHA for 513c3d7
dev/src/Exercise@Die/DieTest.class.st
@@ -29,7 +29,7 @@ DieTest class >> customData [
29
DieTest class >> exercise [
30
"Answer the configured exercise meta data for this exercise, an ExercismExercise"
31
32
- ^(self createExerciseAfter: HelloWorldTest)
+ ^(ExercismExercise for: self)
33
isCore: false;
34
difficulty: 1;
35
topics: #('math');
0 commit comments