fix duplicate naming error
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-08-10 13:05:07 +02:00
parent 28c8248f26
commit a2e0646ed4
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
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{};

View File

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