fix duplicate naming error
This commit is contained in:
parent
28c8248f26
commit
a2e0646ed4
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "fsfw/cfdp.h"
|
#include "fsfw/cfdp.h"
|
||||||
|
|
||||||
TEST_CASE("CFDP TLV", "[cfdp][lv]") {
|
TEST_CASE("CFDP LV", "[cfdp][lv]") {
|
||||||
using namespace cfdp;
|
using namespace cfdp;
|
||||||
ReturnValue_t result;
|
ReturnValue_t result;
|
||||||
std::array<uint8_t, 255> rawBuf{};
|
std::array<uint8_t, 255> rawBuf{};
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "fsfw/cfdp/tlv/Tlv.h"
|
#include "fsfw/cfdp/tlv/Tlv.h"
|
||||||
#include "fsfw/globalfunctions/arrayprinter.h"
|
#include "fsfw/globalfunctions/arrayprinter.h"
|
||||||
|
|
||||||
TEST_CASE("CFDP LV", "[cfdp][lv]") {
|
TEST_CASE("CFDP Other TLVs", "[cfdp][tlv]") {
|
||||||
using namespace cfdp;
|
using namespace cfdp;
|
||||||
ReturnValue_t result;
|
ReturnValue_t result;
|
||||||
std::array<uint8_t, 255> rawBuf{};
|
std::array<uint8_t, 255> rawBuf{};
|
||||||
|
Loading…
Reference in New Issue
Block a user