Skip to content

Commit

Permalink
SlackEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Jun 24, 2024
1 parent 8506544 commit cad8eec
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
package gov.cms.ab2d.eventclient.events;

import static org.junit.Assert.assertEquals;

import org.junit.jupiter.api.Test;

class SlackEventsTest {

@Test
void test() {

void testEnum() {
// We're just looking to get test coverage on the enum here.
// We don't even really need to "test" anything of significance.
assertEquals("API_AUTHNZ_ERROR", SlackEvents.API_AUTHNZ_ERROR.toString());
}

}

0 comments on commit cad8eec

Please sign in to comment.