From e52073c518673531df834633158fe76833350ef3 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Thu, 24 Feb 2022 19:39:10 -0500 Subject: [PATCH] Tests: EthernetPacketizer: Fix typo --- test/ethernetpacketizertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ethernetpacketizertest.cpp b/test/ethernetpacketizertest.cpp index 47bc266..5e5a67b 100644 --- a/test/ethernetpacketizertest.cpp +++ b/test/ethernetpacketizertest.cpp @@ -10,7 +10,7 @@ static const uint8_t correctHostMAC[MAC_SIZE] = {0x12, 0x23, 0x34, 0x45, 0x56, 0 class EthernetPacketizerTest : public ::testing::Test { protected: - // Start with a clean instance of eventmanager for every test + // Start with a clean instance of the packetizer for every test void SetUp() override { onError = [](APIEvent::Type, APIEvent::Severity) { // Unless caught by the test, the packetizer should not throw errors