mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix class reference for logger (#2123)
This commit is contained in:
committed by
Peter Johnson
parent
b058dcf64e
commit
6ceafe3cd0
@@ -34,7 +34,7 @@ import static org.junit.Assert.assertThat;
|
||||
*/
|
||||
@RunWith(Parameterized.class)
|
||||
public class PDPTest extends AbstractComsSetup {
|
||||
private static final Logger logger = Logger.getLogger(PCMTest.class.getName());
|
||||
private static final Logger logger = Logger.getLogger(PDPTest.class.getName());
|
||||
|
||||
private static PowerDistributionPanel pdp;
|
||||
private static MotorEncoderFixture<?> me;
|
||||
|
||||
Reference in New Issue
Block a user