koushiro commented on code in PR #9:
URL: https://github.com/apache/opendal-ofs/pull/9#discussion_r3334454299
##########
tests/common/mod.rs:
##########
@@ -44,19 +43,12 @@ pub struct OfsTestContext {
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
impl TestContext for OfsTestContext {
fn setup() -> Self {
- let mut backend_root = None;
- let backend = tests::init_test_service()
Review Comment:
maybe you can use the `opendal-testkit` crate to keep the logic consistent
here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]