Skip to content

Commit 4d5c463

Browse files
committed
test: shorten multipart prefix test name
1 parent 0173ccb commit 4d5c463

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/structs/multipart.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,9 @@ mod test {
214214
use super::MultipartObjectMetadataKey;
215215
use ulid::Ulid;
216216

217+
// Prefix keeps the whole version id, spans all part numbers, excludes the summary.
217218
#[test]
218-
fn part_prefix_covers_full_version_id_and_excludes_summary() {
219+
fn prefix_covers_version() {
219220
let version_id = Ulid::new();
220221
let prefix = MultipartObjectMetadataKey::part_prefix(version_id).unwrap();
221222

0 commit comments

Comments
 (0)