Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lloyd-Pottiger <60744015+Lloyd-Pottiger@users.noreply.github.com>
  • Loading branch information
2 people authored and ti-chi-bot committed Jan 31, 2024
1 parent 7e3fd69 commit 6b25487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class RegionBlockReaderTest : public ::testing::Test
}
else
{
if (fields_map.count(column_element.column_id) > 0)
if (fields_map.contains(column_element.column_id))
{
if (!invalid_null_column_ids.contains(column_element.column_id))
{
Expand Down

0 comments on commit 6b25487

Please sign in to comment.