Skip to content

Commit ad37f97

Browse files
authored
chore(ci): test_load_epochfs_storage passes on MacOS and container (#18361)
test_load_epochfs_storage now pass on MacOS and containers
1 parent ce88012 commit ad37f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

โ€Žsrc/bendsave/src/storage.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ mod tests {
236236
assert_eq!(op.info().name(), "bendsave");
237237
assert_eq!(op.info().root(), "/tmp/");
238238

239-
let op = load_bendsave_storage("fs://tmp").await?;
239+
let op = load_bendsave_storage("fs://opt").await?;
240240
assert_eq!(op.info().scheme(), Scheme::Fs);
241-
assert_eq!(op.info().root(), "/tmp");
241+
assert_eq!(op.info().root(), "/opt");
242242
Ok(())
243243
}
244244
}

0 commit comments

Comments
ย (0)