fix unittest
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build queued...

This commit is contained in:
Robin Müller 2023-03-24 21:08:00 +01:00
parent 6331aef987
commit 13f269e6aa
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -2,7 +2,7 @@
#include <catch2/catch_test_macros.hpp>
#include "mission/devices/devicedefinitions/rwHelpers.h"
#include "mission/acs/rwHelpers.h"
TEST_CASE("HDLC Encoding RW", "[acs]") {
std::array<uint8_t, 256> encodedBuffer{};