Browse Source
- Change imports from absolute module path 'github.com/seaweedfs/seaweedfs/test/s3/testutil' to relative path '../testutil' - Fixes module resolution issues when running tests from individual directories - All test directories now compile and load testutil correctly - Enables tests to run with 'go test ./...' from any test subdirectoryfeature/modernize-s3-tests
13 changed files with 34 additions and 34 deletions
Loading…
Reference in new issue