发布

  • test(filter): let @TempDir clean up after the background filter test

    frostbyte_neo 发布于 2026-08-31 02:29:28 +00:00

    The directory was created with Files.createTempDirectory and removed on the
    last line, so a throw anywhere in between left it behind. @TempDir is what
    the other 18 test classes here use and it deletes on failure too.

    Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com

    下载附件