Skip to content

Commit d8ada3e

Browse files
HeartLinkedwgtmac
andauthored
Update test/manifest_list_reader_test.cc
Co-authored-by: Gang Wu <[email protected]>
1 parent 008684e commit d8ada3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/manifest_list_reader_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ TEST_F(ManifestListReaderV2Test, NonPartitionedTest) {
151151
// test all the manifest files are non-partitioned
152152
for (const auto& manifest : read_result.value()) {
153153
ASSERT_EQ(manifest.partition_spec_id, 0);
154-
ASSERT_TRUE(manifest.partitions.empty()); //
154+
ASSERT_TRUE(manifest.partitions.empty());
155155
ASSERT_EQ(manifest.content, ManifestFile::Content::kData);
156156
}
157157
}

0 commit comments

Comments
 (0)