Skip to content

Instantly share code, notes, and snippets.

@amitastreait
Created February 25, 2022 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amitastreait/427cc6d066f7e77ffd7b9b8b40263a84 to your computer and use it in GitHub Desktop.
Save amitastreait/427cc6d066f7e77ffd7b9b8b40263a84 to your computer and use it in GitHub Desktop.
@isTest
public class LogoutEventTriggerTest {
@isTest
public static void logOutTest() {
LogoutEventStream stream = new LogoutEventStream(
);
EventBus.publish(stream);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment