Add K1, 2, 3, 4 into unit tests
parent
f0b8cc9895
commit
87d0f1c8f7
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue