Skip to content

Commit

Permalink
small fix for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed May 29, 2020
1 parent 503ea31 commit 375dbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/utils/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
std::vector<std::string> dumpUI(parser_context_t *ctx,
uint16_t maxKeyLen,
uint16_t maxValueLen) {
uint16_t numItems;
uint8_t numItems;
parser_error_t err = parser_getNumItems(ctx, &numItems);

auto answer = std::vector<std::string>();
Expand Down

0 comments on commit 375dbea

Please sign in to comment.