mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Fix Typos (NFC) (#5137)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
*
|
||||
* This test actually tests everything except that the actual FPGA
|
||||
* implementation works as intended. We configure the FPGA and then query it to
|
||||
* make sure that the acutal configuration matches.
|
||||
* make sure that the actual configuration matches.
|
||||
*/
|
||||
TEST(DigitalGlitchFilterTest, Basic) {
|
||||
frc::DigitalInput input1{1};
|
||||
|
||||
@@ -62,7 +62,7 @@ class FakeEncoderTest : public testing::Test {
|
||||
};
|
||||
|
||||
/**
|
||||
* Test the encoder by reseting it to 0 and reading the value.
|
||||
* Test the encoder by resetting it to 0 and reading the value.
|
||||
*/
|
||||
TEST_F(FakeEncoderTest, DefaultState) {
|
||||
EXPECT_DOUBLE_EQ(0.0, m_encoder.Get()) << "The encoder did not start at 0.";
|
||||
|
||||
Reference in New Issue
Block a user