Skip to content

Commit

Permalink
add tests for pivot object
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Le Brun <[email protected]>
  • Loading branch information
ludovic-smile committed May 3, 2024
1 parent 0e02973 commit 224315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pivot_filter_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ TEST(PivotHNZPluginConfig, HNZPivotDataPointStationConvertToUnsignedInt)
TEST(PivotHNZPluginConfig, HNZPivotDataPointStationCanConvertToUnsignedInt)
{
ASSERT_TRUE(canConvertToUnsignedInt("9"));
ASSERT_FALSE(canConvertToUnsignedInt("-12"));
ASSERT_FALSE(canConvertToUnsignedInt("18446744073709551616"));
ASSERT_FALSE(canConvertToUnsignedInt("A"));
ASSERT_FALSE(canConvertToUnsignedInt(""));
}
Expand Down

0 comments on commit 224315b

Please sign in to comment.