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

@ -8,7 +8,7 @@
/**
* @brief Array List test
*/
TEST_CASE("Array List", "[ArrayListTest]") {
TEST_CASE("Array List", "[containers]") {
// perform set-up here
ArrayList<uint16_t> list(20);
struct TestClass {