Skip to content

Commit

Permalink
fixed merge thing
Browse files Browse the repository at this point in the history
  • Loading branch information
KaitlynAnn99 committed Nov 25, 2024
2 parents 715c14c + a39a031 commit f1dea7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tests/tiny_gea2_interface_test.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*!
* @file
* @brief
*
*/

extern "C" {
Expand Down Expand Up @@ -615,7 +614,7 @@ TEST(tiny_gea2_interface, should_drop_packets_with_invalid_length)
after_the_interface_is_run();
}

TEST(tiny_gea2_interface, ShouldDropPacketsThatAreTooSmall)
TEST(tiny_gea2_interface, should_drop_packets_that_are_too_small)
{
after_bytes_are_received_via_uart(
tiny_gea3_stx,
Expand Down

0 comments on commit f1dea7e

Please sign in to comment.