Skip to content

Commit 513c3d7

Browse files
committed
Preserve Die as bonus exercise
1 parent f46b534 commit 513c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/Exercise@Die/DieTest.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DieTest class >> customData [
2929
DieTest class >> exercise [
3030
"Answer the configured exercise meta data for this exercise, an ExercismExercise"
3131

32-
^(self createExerciseAfter: HelloWorldTest)
32+
^(ExercismExercise for: self)
3333
isCore: false;
3434
difficulty: 1;
3535
topics: #('math');

0 commit comments

Comments
 (0)