Files
Yiğit ERDOĞAN 8f3fdd8c44 test(nostr): reset the plugin state store before removing fixture state dirs (#127236)
The doctor migration fixture and the temporary-state-dir helper both open the
plugin state store under the fixture's directory and reset it only during setup,
so Windows fails the removal with EBUSY while Linux unlinks the open files and
stays green.

Reset the store immediately before each removal, matching the ordering the
fixtures repaired in #126352 already use.
2026-08-23 09:01:42 -07:00
..