Skip to content

Commit 5986867

Browse files
authored
remote-control-competition: fixed typo in test method name (exercism#2216)
1 parent 1b70719 commit 5986867

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/remote-control-competition/src/test/java/RemoteControlCarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void rankCars() {
2727
}
2828

2929
@Test
30-
public void ensureCarsAreComparables() {
30+
public void ensureCarsAreComparable() {
3131
assertThat(RemoteControlCar.class).isAssignableFrom(ProductionRemoteControlCar.class);
3232
}
3333
}

0 commit comments

Comments
 (0)