aboutsummaryrefslogtreecommitdiff
path: root/src/datum_type_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/datum_type_test.cc')
-rw-r--r--src/datum_type_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datum_type_test.cc b/src/datum_type_test.cc
index f932851..bf1924e 100644
--- a/src/datum_type_test.cc
+++ b/src/datum_type_test.cc
@@ -34,7 +34,7 @@ TEST_P(DatumTypeTestFormat, ToFormat) {
dt.SetRowCount(test_data.row_count);
auto fmt = dt.AsFormat();
- EXPECT_EQ(test_data.format_type, fmt.GetFormatType());
+ EXPECT_EQ(test_data.format_type, fmt->GetFormatType());
}
INSTANTIATE_TEST_CASE_P(
DatumTypeTestFormat,