function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BerginBergin 

Writing unit test for trigger on LogoutEventStream

So we use after insert trigger on "LogoutEventStream" for some actions on logout. 
My question is about, how to write tests for this? How do we call the insert record on LogoutEventStream?
Here's the link to the actual trigger https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_logouteventstream.htm