Skip to content

Commit

Permalink
FIX unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Aug 30, 2024
1 parent 0410d5c commit f3ebe3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unittests/apiTypesV2/Entity_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ TEST(Entity, checkV1)
EXPECT_EQ("OK", testDataFromFile(expectedBuf, sizeof(expectedBuf), outfile1)) << "Error getting test data from '" << outfile1 << "'";
EXPECT_STREQ(expectedBuf, out.c_str());

delete enP;
delete ceVectorP;

utExit();
}
2 changes: 1 addition & 1 deletion test/unittests/parse/compoundValue_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TEST(compoundValue, tenCompounds)
utInit();

upcrP = &reqData.upcr.res;
rendered = upcrP->toJsonV1(false);
rendered = upcrP->toJsonV1();

utExit();
}

0 comments on commit f3ebe3d

Please sign in to comment.