M. J. Fromberger 00b32ab4ef util/eventbus: check for extra events in a test stream
In ExpectExacty, we were correctly checking that there are no further events
when no filters are provided, but were not checking after a non-empty filter
list that there are no additional events. Move the check after the filter loop,
so we get both.

Change-Id: I5c92ac510fce029421d712d7c312545ebe1a63fe
Signed-off-by: M. J. Fromberger <fromberger@tailscale.com>
2026-04-24 08:25:04 -07:00
..