mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Spelling and grammar cleanups (#4849)
This commit is contained in:
@@ -37,7 +37,7 @@ class DriverStationSimTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
void testAutonomus() {
|
||||
void testAutonomous() {
|
||||
HAL.initialize(500, 0);
|
||||
DriverStationSim.resetData();
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import org.junit.jupiter.api.Test;
|
||||
|
||||
class RelaySimTest {
|
||||
@Test
|
||||
void testInitializationBidrectional() {
|
||||
void testInitializationBidirectional() {
|
||||
HAL.initialize(500, 0);
|
||||
|
||||
RelaySim sim = new RelaySim(0);
|
||||
|
||||
Reference in New Issue
Block a user