Skip to content

Commit da22c08

Browse files
author
Julien Letrouit
authored
Merge pull request #48 from jletroui/fix-rectangle-area-koan
Fix wrong assertion of rectangleArea() signature in AboutDecimalNumbe…
2 parents 278ef06 + 4b16979 commit da22c08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/sensei/AboutDecimalNumbersKoans.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class AboutDecimalNumbersKoans {
5151
),
5252
new Koan(CLASS, COMPUTING_SOME_GEOMETRY)
5353
.beforeFirstTest(
54-
assertKoanMethodIsInvokable("rectangleArea", double.class)
54+
assertKoanMethodIsInvokable("rectangleArea", double.class, double.class)
5555
)
5656
.when(callKoanMethod("rectangleArea", 0.0, 0.0))
5757
.then(

0 commit comments

Comments
 (0)