mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Miscellaneous formatting and style fixes for integration tests (#570)
Added newline before comment block and replaced angle brackets around includes with quotation marks. All other integration tests use quotation marks for WPILib includes.
This commit is contained in:
committed by
Peter Johnson
parent
aa7fe0db29
commit
97437ee58b
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Commands/Command.h>
|
||||
#include "Commands/Command.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Commands/ConditionalCommand.h>
|
||||
|
||||
#include "Commands/ConditionalCommand.h"
|
||||
#include "command/MockCommand.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
@@ -36,6 +36,7 @@ class RelayTest : public testing::Test {
|
||||
|
||||
void Reset() { m_relay->Set(Relay::kOff); }
|
||||
};
|
||||
|
||||
/**
|
||||
* Test the relay by setting it forward, reverse, off, and on.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user