is that all it needs?

This commit is contained in:
rusefillc 2021-12-19 00:54:20 -05:00
parent 0dfb744382
commit 907499416b
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ TEST(testCanSerial, testLongMessage) {
}
TEST(testCanSerial, test64_7Message) {
std::array<char, 64 + 7> buffer;
std::array<char, 71> buffer;
std::fill(std::begin(buffer), std::end(buffer), 0);