Skip to content

Commit

Permalink
Pull request project-chip#562: Fix TestCli unit test
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from fix_test_cli_unit_test to silabs

Squashed commit of the following:

commit 8a66ec86c7550d1d0bc8b45c3f104a8fe2fd8f67
Author: Milind Dumbare <[email protected]>
Date:   Fri Feb 10 14:11:25 2023 +0100

    Fix TestCli unit test
  • Loading branch information
Milind Dumbare authored and jmartinez-silabs committed Jan 24, 2024
1 parent 1902499 commit 3114d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void TestCliSetMatterNodeStateMonitor(nlTestSuite * inSuite, void * aCont
matter_data_storage m_matter_data_storage;
Test::MockGroupTranslator mGroupTranslator(m_matter_data_storage);
set_mapping_display_instance(test_matter_node_state_monitor, mGroupTranslator);
NL_TEST_ASSERT(inSuite, (uic_stdin_handle_command("epmap") == SL_STATUS_OK));
NL_TEST_ASSERT(inSuite, (uic_stdin_handle_command("endpoint_map") == SL_STATUS_OK));
NL_TEST_ASSERT(inSuite, (uic_stdin_handle_command("groups_map") == SL_STATUS_OK));
}

Expand Down

0 comments on commit 3114d24

Please sign in to comment.