Commit 0985fbe
Fix event test by using array cache store
The file cache store returns false from flush() when its directory
doesn't exist, causing ClearingResponseCacheFailedEvent to be
dispatched instead of ClearedResponseCacheEvent. Switch to the
array cache store for this test so clear() succeeds reliably.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2323785 commit 0985fbe
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
54 | 57 | | |
55 | 58 | | |
56 | 59 | | |
| |||
0 commit comments