Closed qsantos closed 11 months ago
Two tests are enabled by this PR:
- can_publish_and_fetch, which actually passes as-is - cmd::package::fixture, which needed archive introspection instead of comparing hashes
can_publish_and_fetch
cmd::package::fixture
I also include a very minor commit, which just removes one unneeded clone.
I had somehow reverted my update of the expected archive. It should pass now.
Two tests are enabled by this PR:
-
can_publish_and_fetch
, which actually passes as-is -cmd::package::fixture
, which needed archive introspection instead of comparing hashesI also include a very minor commit, which just removes one unneeded clone.