Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhaskar-Sarma committed Apr 1, 2020
1 parent c545cc5 commit 4eef9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_payload/tests/tests_qrcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ int testQRCodeToPayloadGeneration()

int main(int argc, char ** argv)
{
bool result = testBitsetLen() + testPayloadByteArrayRep() + testPayloadBase45Rep() + testBase45() + testSetupPayloadVerify() +
int result = testBitsetLen() + testPayloadByteArrayRep() + testPayloadBase45Rep() + testBase45() + testSetupPayloadVerify() +
testPayloadEquality() + testPayloadInEquality() + testQRCodeToPayloadGeneration() +
testInvalidQRCodePayload_WrongCharacterSet() + testInvalidQRCodePayload_WrongLength();
if (result == 0)
Expand Down

0 comments on commit 4eef9ce

Please sign in to comment.