495051525354555657
// @Test // public void hello() {} @Test public void testInitDefaultCommand() { Command expected = new DriveManualJoystickControl(); assertEquals(CommandBase.drivetrain.getDefaultCommand().getName(), expected.getName()); }