Skip to content

Commit

Permalink
remove fake error i had added
Browse files Browse the repository at this point in the history
  • Loading branch information
shana-apple authored and sagar-apple committed May 29, 2020
1 parent 03201bb commit 3132786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_payload/tests/TestQRCodeTLV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void TestOptionalDataWrite(nlTestSuite * inSuite, void * inContext)
string result;
uint8_t optionalInfo[kDefaultBufferSizeInBytes];
CHIP_ERROR err = generator.payloadBase41Representation(result, optionalInfo, sizeof(optionalInfo));
NL_TEST_ASSERT(inSuite, err == CHIP_ERROR_INVALID_ARGUMENT);
NL_TEST_ASSERT(inSuite, err == CHIP_NO_ERROR);
}

void TestOptionalDataRead(nlTestSuite * inSuite, void * inContext)
Expand Down

0 comments on commit 3132786

Please sign in to comment.