Skip to content

Commit 4b16979

Browse files
author
Julien Letrouit
committed
Fix wrong assertion of rectangleArea() signature in AboutDecimalNumbersKoans
1 parent 278ef06 commit 4b16979

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)