We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 278ef06 + 4b16979 commit da22c08Copy full SHA for da22c08
1 file changed
src/main/java/sensei/AboutDecimalNumbersKoans.java
@@ -51,7 +51,7 @@ public class AboutDecimalNumbersKoans {
51
),
52
new Koan(CLASS, COMPUTING_SOME_GEOMETRY)
53
.beforeFirstTest(
54
- assertKoanMethodIsInvokable("rectangleArea", double.class)
+ assertKoanMethodIsInvokable("rectangleArea", double.class, double.class)
55
)
56
.when(callKoanMethod("rectangleArea", 0.0, 0.0))
57
.then(
0 commit comments