Skip to content

Commit

Permalink
Fix up one condition
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 31, 2024
1 parent 5f4cfd5 commit b0bfa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/tests/integration/chip_im_responder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/

#include "MockEvents.h"
#include "common.h"
#include <app/AttributeValueEncoder.h>
#include <app/CommandHandler.h>
#include <app/CommandSender.h>
Expand Down Expand Up @@ -82,8 +83,7 @@ void DispatchSingleClusterCommand(const ConcreteCommandPath & aRequestCommandPat
{
static bool statusCodeFlipper = false;

if (ServerClusterCommandExists(aRequestCommandPath) != Protocols::InteractionModel::Status::Success)
{
if (aRequestCommandPath != ConcreteCommandPath(kTestEndpointId, kTestClusterId, kTestCommandId)) {
return;
}

Expand Down

0 comments on commit b0bfa95

Please sign in to comment.