1
0
forked from fsfw/fsfw

fix duplicate naming error

This commit is contained in:
2022-08-10 13:05:07 +02:00
parent 28c8248f26
commit a2e0646ed4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "fsfw/cfdp.h"
TEST_CASE("CFDP TLV", "[cfdp][lv]") {
TEST_CASE("CFDP LV", "[cfdp][lv]") {
using namespace cfdp;
ReturnValue_t result;
std::array<uint8_t, 255> rawBuf{};