mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-08-23 22:36:45 +00:00
- correct the Jita/Hek comment to match the systems the tests actually use
- document the sandbox contract on IntegrationCase and make shared mode an
explicit opt-in that is reverted on exit
- drop the blanket rescue around Sandbox.allow/4: it returns
{:already, :owner | :allowed} rather than raising, so the rescue only
masked genuine infrastructure faults
- use Cache.insert/3 and document the :online option