Files
multica/server
J c34fb051ef test(agent): make TestCachedDiscoveryDoesNotCacheEmpty hermetic
modelCache is a package-level global, so the fixed cache keys leaked across
runs — `go test -run TestCachedDiscoveryDoesNotCacheEmpty -count=2` failed on
the second iteration because the non-empty entry was still cached and the
callback wasn't invoked. Clear the keys up front and via t.Cleanup.

Co-authored-by: multica-agent <github@multica.ai>
2026-06-05 14:46:52 +08:00
..
2026-06-03 14:32:44 +08:00