Skip to content

Commit 3baef94

Browse files
author
Jacob Hageman
committed
HOTFIX-20200902, Fix sb unit test setup issue
1 parent 08f6eab commit 3baef94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fsw/cfe-core/unit-test/sb_UT.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ void UtTest_Setup(void)
133133
Test_Subscribe_API();
134134
Test_Unsubscribe_API();
135135
Test_SendMsg_API();
136-
UtTest_Add(Test_RcvMsg_API, NULL, Test_CleanupApp_API, "Test_RcvMsg_API");
137-
UT_ADD_TEST(Test_SB_Utils);
136+
Test_RcvMsg_API();
137+
SB_UT_ADD_SUBTEST(Test_CleanupApp_API);
138+
Test_SB_Utils();
138139

139140
Test_SB_SpecialCases();
140141

0 commit comments

Comments
 (0)