Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed Apr 12, 2024
1 parent bd9c0b7 commit dacab28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class EventTypeTest {

@Test
fun testModalOpen() {
assertEquals(EventType.MODAL_VIEWED.toString(), "modal_opened")
assertEquals(EventType.MODAL_VIEWED.toString(), "modal_viewed")
}

@Test
Expand Down

0 comments on commit dacab28

Please sign in to comment.