Re: [PATCH] tests(scalar): tighten the stale `scalar.repo` test some
From: Derrick Stolee <hidden>
Date: 2022-11-10 13:56:47
From: Derrick Stolee <hidden>
Date: 2022-11-10 13:56:47
On 11/10/2022 2:28 AM, Johannes Schindelin via GitGitGadget wrote:
From: Johannes Schindelin <redacted> As pointed out by Stolee, the previous incarnation of this test case was not stringent enough: we want to verify that _only_ the stale entries are removed (previously, the test case would have succeeded even if all entries had been removed).
Thanks for tightening the test! LGTM. -Stolee