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 11, 2022
1 parent cd5fc51 commit 92d03e9
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 92d03e9

Please sign in to comment.