Add K1, 2, 3, 4 into unit tests

pull/82/head
D.R.racer 2021-08-12 09:30:34 +02:00 committed by DRracer
parent f0b8cc9895
commit 87d0f1c8f7
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ TEST_CASE("protocol::DecodeResponseQueryOperation", "[protocol]") {
mp::Protocol p; mp::Protocol p;
const char *cmdReference = GENERATE( const char *cmdReference = GENERATE(
"E0", "E1", "E2", "E3", "E4", "E0", "E1", "E2", "E3", "E4",
"K0", "K0", "K1", "K2", "K3", "K4",
"L0", "L1", "L2", "L3", "L4", "L0", "L1", "L2", "L3", "L4",
"T0", "T1", "T2", "T3", "T4", "T0", "T1", "T2", "T3", "T4",
"U0", "U0",