Skip to content

Commit

Permalink
expand test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkr committed Mar 22, 2024
1 parent a3dd16e commit b93d6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/blob_db/blob_db_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ TEST_F(BlobDBTest, GetLiveFilesMetaData) {
}

ASSERT_EQ(2U, blob_files.size());
ASSERT_GT(all_files.size(), blob_files.size());

ASSERT_EQ("000001.blob", blob_files[0].relative_filename);
ASSERT_EQ("blob_dir", blob_files[0].directory);
Expand Down

0 comments on commit b93d6ce

Please sign in to comment.