mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 12:16:44 +02:00
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>