From 87d0f1c8f739ce32d6385095a7261cc553403e67 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Thu, 12 Aug 2021 09:30:34 +0200 Subject: [PATCH] Add K1, 2, 3, 4 into unit tests --- tests/unit/modules/protocol/test_protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/modules/protocol/test_protocol.cpp b/tests/unit/modules/protocol/test_protocol.cpp index dc01ae0..86213f5 100644 --- a/tests/unit/modules/protocol/test_protocol.cpp +++ b/tests/unit/modules/protocol/test_protocol.cpp @@ -320,7 +320,7 @@ TEST_CASE("protocol::DecodeResponseQueryOperation", "[protocol]") { mp::Protocol p; const char *cmdReference = GENERATE( "E0", "E1", "E2", "E3", "E4", - "K0", + "K0", "K1", "K2", "K3", "K4", "L0", "L1", "L2", "L3", "L4", "T0", "T1", "T2", "T3", "T4", "U0",