diff options
| author | chenzizhan <[email protected]> | 2024-07-15 13:46:14 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-15 13:46:14 +0800 |
| commit | e97ea6cc29970f1c31a1a9bb23d2507c88e31b37 (patch) | |
| tree | cc1b297d2e7cd8c0c378b8fb4f0ea2a3143f2900 /test/test_metric_hll.cpp | |
| parent | 6b3dcefab5b4049a3f40be9faab6a05c79a8bb5b (diff) | |
flat
Diffstat (limited to 'test/test_metric_hll.cpp')
| -rw-r--r-- | test/test_metric_hll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_metric_hll.cpp b/test/test_metric_hll.cpp index c96613c..643b70a 100644 --- a/test/test_metric_hll.cpp +++ b/test/test_metric_hll.cpp @@ -74,7 +74,7 @@ TEST(metric_test_hll, add_with_tags) { struct fieldstat *instance = test_init_standard_instance_one_cube_one_metric_one_cell_hll(); fieldstat_hll_add_field(instance, 0, 0, &TEST_TAG_INT, 1, &TEST_TAG_INT, 1); - fieldstat_hll_add_field(instance, 0, 0, &TEST_TAG_INT, 1, &TEST_FIELD_VALUE_DOUBLE, 1); + fieldstat_hll_add_field(instance, 0, 0, &TEST_TAG_INT, 1, &TEST_TAG_DOUBLE, 1); fieldstat_hll_add_field(instance, 0, 0, &TEST_TAG_INT, 1, &TEST_TAG_STRING, 1); test_assert_standard_instance(instance); |
