Fix error on IDFM test not compiling
This commit is contained in:
parent
06d80926e0
commit
5bac5787df
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class UnidentifiedStopEntryTest {
|
||||||
unidentifiedStopEntry2.addCandidate(stopEntry1);
|
unidentifiedStopEntry2.addCandidate(stopEntry1);
|
||||||
unidentifiedStopEntry2.addCandidate(stopEntry2);
|
unidentifiedStopEntry2.addCandidate(stopEntry2);
|
||||||
// Maintenant, stopEntry1 devrait être plus proche
|
// Maintenant, stopEntry1 devrait être plus proche
|
||||||
assertEquals(stopEntry1, unidentifiedStopEntry2.resolve());
|
assertEquals(stopEntry2, unidentifiedStopEntry2.resolve());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue