mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[hal,wpilib] Rename DriverStation constants to all caps
This commit is contained in:
@@ -17,7 +17,7 @@ import org.wpilib.simulation.DriverStationSim;
|
||||
class MatchInfoDataTest {
|
||||
@Test
|
||||
void testSetMatchInfo() {
|
||||
MatchType matchType = MatchType.Qualification;
|
||||
MatchType matchType = MatchType.QUALIFICATION;
|
||||
DriverStationDataJNI.setMatchInfo("Event Name", 174, 191, matchType.ordinal());
|
||||
|
||||
DriverStationSim.notifyNewData();
|
||||
|
||||
Reference in New Issue
Block a user