diff --git a/test/customer_io_method_channel_test.dart b/test/customer_io_method_channel_test.dart index 64f4519..b66b65c 100644 --- a/test/customer_io_method_channel_test.dart +++ b/test/customer_io_method_channel_test.dart @@ -91,7 +91,7 @@ void main() { final Map args = { 'deliveryId': '123', 'deliveryToken': 'asdf', - 'metricEvent': 'clicked' + 'metricEvent': 'opened' }; final customerIO = CustomerIOMethodChannel();