From 3d74fde76e101bfdb8947993b2f5283cdcbb702b Mon Sep 17 00:00:00 2001 From: Eric Hughes Date: Wed, 3 Jul 2024 12:36:28 -0600 Subject: [PATCH] More of it --- tiledb/api/c_api/attribute/test/unit_capi_attribute.cc | 2 +- tiledb/api/c_api/filter/test/unit_capi_filter.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tiledb/api/c_api/attribute/test/unit_capi_attribute.cc b/tiledb/api/c_api/attribute/test/unit_capi_attribute.cc index 6170e099853..0e1d9d886a5 100644 --- a/tiledb/api/c_api/attribute/test/unit_capi_attribute.cc +++ b/tiledb/api/c_api/attribute/test/unit_capi_attribute.cc @@ -33,7 +33,7 @@ #include "../../../c_api_test_support/testsupport_capi_context.h" #include "../../../c_api_test_support/testsupport_capi_datatype.h" #include "../../filter_list/filter_list_api_internal.h" -#include "../attribute_api_internal.h" +#include "../attribute_api_external.h" using namespace tiledb::api::test_support; TEST_CASE( diff --git a/tiledb/api/c_api/filter/test/unit_capi_filter.cc b/tiledb/api/c_api/filter/test/unit_capi_filter.cc index 8250ba6adc7..93459cf3d8c 100644 --- a/tiledb/api/c_api/filter/test/unit_capi_filter.cc +++ b/tiledb/api/c_api/filter/test/unit_capi_filter.cc @@ -30,7 +30,7 @@ #define CATCH_CONFIG_MAIN #include -#include "../filter_api_internal.h" +#include "../filter_api_external.h" TEST_CASE("C API: tiledb_filter_alloc argument validation", "[capi][filter]") { tiledb_ctx_t* ctx;