tools icon indicating copy to clipboard operation
tools copied to clipboard

Create test to ensure that all `DashEvent` labels are unique

Open eliasyishak opened this issue 2 years ago • 0 comments

Bad below

  clientNotification(
    label: 'client_notification',  // the labels are the same
    description: 'Notifications sent from the client',
  ),
  differentClientNotification(
    label: 'client_notification',  // the labels are the same
    description: 'Notifications sent from the client',
  ),

eliasyishak avatar Nov 28 '23 18:11 eliasyishak