Skip to content

Commit 70afe66

Browse files
authored
Update src/iceberg/test/update_location_test.cc
1 parent ab95849 commit 70afe66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/test/update_location_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ TEST_F(UpdateLocationTest, MultipleUpdatesSequentially) {
128128
EXPECT_THAT(update->Commit(), IsOk());
129129

130130
// Reload and verify
131-
ICEBERG_UNWRAP_OR_FAIL(reloaded, catalog_->LoadTable(table_ident_));
131+
ICEBERG_UNWRAP_OR_FAIL(auto reloaded, catalog_->LoadTable(table_ident_));
132132
EXPECT_EQ(reloaded->location(), second_location);
133133
}
134134

0 commit comments

Comments
 (0)