Searched refs:checkingError (Results 1 – 1 of 1) sorted by relevance
206 TEST(ResponseApduTest, checkingError) { in TEST() argument207 const std::vector<uint8_t> checkingError{0x67, 0}; in TEST() local208 const ResponseApdu<std::vector<uint8_t>> apdu{checkingError}; in TEST()