Skip to content

fixes unit test in Remote Control Competition#2267

Merged
andrerfcsantos merged 1 commit into
exercism:mainfrom
azurekca:2228-fix-remote-control-competition-test-ensureCarsAreComparables
Feb 28, 2023
Merged

fixes unit test in Remote Control Competition#2267
andrerfcsantos merged 1 commit into
exercism:mainfrom
azurekca:2228-fix-remote-control-competition-test-ensureCarsAreComparables

Conversation

@azurekca
Copy link
Copy Markdown
Contributor

pull request

closes #2228

In the Remote Control Competition concept, instruction 3 specifies:

  1. Allow the production cars to be ranked
    Please implement the Comparable interface in the ProductionRemoteControlCar class. ...

This PR fixes the unit test ensureCarsAreComparable to allign with the intention of the instruction and the name of the unit test.


Reviewer Resources:

Track Policies

@andrerfcsantos andrerfcsantos added the x:rep/small Small amount of reputation label Feb 28, 2023
Copy link
Copy Markdown
Member

@andrerfcsantos andrerfcsantos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@andrerfcsantos andrerfcsantos merged commit a8ed081 into exercism:main Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:rep/small Small amount of reputation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remote-control-competition test ensureCarsAreComparables not checking for Comparable

2 participants