Skip to content

Commit

Permalink
[Fix] Fix controller unit tests
Browse files Browse the repository at this point in the history
Change TestReadChunkingTests to TestEventChunkingTests in
TestEventChunkingTests.cpp

Signed-off-by: ATmobica <artur.tynecki@mobica.com>
  • Loading branch information
ATmobica committed Oct 14, 2022
1 parent 41f379c commit 3c0fdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controller/tests/TestEventChunking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,10 @@ nlTestSuite sSuite =

} // namespace

int TestReadChunkingTests()
int TestEventChunkingTests()
{
gSuite = &sSuite;
return chip::ExecuteTestsWithContext<TestContext>(&sSuite);
}

CHIP_REGISTER_TEST_SUITE(TestReadChunkingTests)
CHIP_REGISTER_TEST_SUITE(TestEventChunkingTests)

0 comments on commit 3c0fdab

Please sign in to comment.