Skip to content

Commit

Permalink
Another fun one
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lemire committed May 6, 2023
1 parent 6cbb6ac commit 21a2cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dom/basictests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ namespace dom_api_tests {
std::cout << "Running " << __func__ << std::endl;
// Prints the number of results in twitter.json
dom::parser parser;
uint64_t result_count;
uint64_t result_count{};
ASSERT_SUCCESS( parser.load(TWITTER_JSON)["search_metadata"]["count"].get(result_count) );
ASSERT_EQUAL( result_count, 100 );
return true;
Expand Down

0 comments on commit 21a2cca

Please sign in to comment.