Skip to content

Commit d15a0fe

Browse files
committed
test(json_serde): fix clang-format in default-value tests
1 parent fe3b348 commit d15a0fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/iceberg/test/json_serde_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ TEST(JsonInternalTest, SchemaFieldDefaultValuesRoundTripAllTypes) {
150150
std::make_shared<const Literal>(literal));
151151
auto json = ToJson(field);
152152
ICEBERG_UNWRAP_OR_FAIL(auto parsed, FieldFromJson(json));
153-
EXPECT_EQ(field, *parsed)
154-
<< "round-trip mismatch for type " << type->ToString() << ", json=" << json.dump();
153+
EXPECT_EQ(field, *parsed) << "round-trip mismatch for type " << type->ToString()
154+
<< ", json=" << json.dump();
155155
}
156156
}
157157

0 commit comments

Comments
 (0)