mirror of
https://github.com/ipfs/kubo.git
synced 2025-12-19 01:30:17 +08:00
Test was failing becuase path passed to `path.NewPath` (from boxo) did not include a required namespace. Prepending the namespace to the path with "/ipfs/" fixes this.