Skip to content
Snippets Groups Projects
Commit 979266ca authored by athatheocsd's avatar athatheocsd
Browse files

Fixed typos

parent 77641880
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ TEST_CASE("Informative Event Report TM[5,1]", "[service][st05]") {
CHECK(strcmp(checkString, reinterpret_cast<const char *>(eventReportData)) == 0);
}
TEST_CASE("Loww Severity Anomaly Report TM[5,2]", "[service][st05]") {
TEST_CASE("Low Severity Anomaly Report TM[5,2]", "[service][st05]") {
EventReportService eventReportService;
const unsigned char eventReportData[] = "HelloWorld";
char checkString[255];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment