1
0
forked from fsfw/fsfw

some tag replacements

This commit is contained in:
2022-08-08 12:35:58 +02:00
parent 65a47c7c57
commit 43fb6ef5cb
9 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
#include "CatchDefinitions.h"
TEST_CASE("FixedOrderedMultimap Tests", "[TestFixedOrderedMultimap]") {
TEST_CASE("FixedOrderedMultimap Tests", "[containers]") {
INFO("FixedOrderedMultimap Tests");
FixedOrderedMultimap<unsigned int, unsigned short> map(30);