Skip to content

Commit 9cd9494

Browse files
authored
Fix test bug in test_storage (#1236)
1 parent e92e2ea commit 9cd9494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icechunk/tests/test_storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ pub async fn test_storage_classes() -> Result<(), Box<dyn std::error::Error>> {
658658
let out = client
659659
.list_objects_v2()
660660
.bucket(common::get_aws_integration_bucket()?)
661-
.prefix(format!("{prefix}/chunks"))
661+
.prefix(format!("{prefix}/manifests"))
662662
.into_paginator()
663663
.send()
664664
.collect::<Vec<_>>()

0 commit comments

Comments
 (0)