Skip to content

Commit a8ed081

Browse files
authored
fixes unit test in Remote Control Competition (exercism#2267)
1 parent 29943d1 commit a8ed081

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
@@ -28,6 +28,6 @@ public void rankCars() {
2828

2929
@Test
3030
public void ensureCarsAreComparable() {
31-
assertThat(RemoteControlCar.class).isAssignableFrom(ProductionRemoteControlCar.class);
31+
assertThat(Comparable.class).isAssignableFrom(ProductionRemoteControlCar.class);
3232
}
3333
}

0 commit comments

Comments
 (0)