Skip to content

Commit

Permalink
change outValLen
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Dec 10, 2021
1 parent da7a562 commit 00c53c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void check_testcase(const testcase_t &tc, bool expert_mode) {
err = parser_parse(&ctx, buffer, bufferLen, &tx_obj);
ASSERT_EQ(err, parser_ok) << parser_getErrorDescription(err);

auto output = dumpUI(&ctx, 40, 40);
auto output = dumpUI(&ctx, 39, 39);

std::cout << std::endl;
for (const auto &i : output) {
Expand Down

0 comments on commit 00c53c1

Please sign in to comment.