Refactor `map` usage for actor event table tests to ensure deterministic test execution order, making debugging potential issues easier. If non-determinism is a target, leverage Go's built-in parallel testing capabilities.
Add missing `s` to `actor_events` test file to follow golang convention used across the repo.