From 061be53c97bd0536d278f3af210af1260242e781 Mon Sep 17 00:00:00 2001 From: Shahroz Khan Date: Wed, 11 Dec 2024 02:10:38 +0500 Subject: [PATCH] chore: fix tests --- pubspec.yaml | 2 +- test/customer_io_config_test.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f4d743d..769a8f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: customer_io description: An official flutter plugin for Customer.io, an automated messaging platform for tech-savvy marketers. -version: 2.0.0 +version: 1.5.2 homepage: https://customer.io repository: https://github.com/customerio/customerio-flutter diff --git a/test/customer_io_config_test.dart b/test/customer_io_config_test.dart index 3a38281..13c1165 100644 --- a/test/customer_io_config_test.dart +++ b/test/customer_io_config_test.dart @@ -103,7 +103,7 @@ void main() { 'flushAt': 25, 'flushInterval': 55, 'inApp': inAppConfig.toMap(), - 'pushConfig': pushConfig.toMap(), + 'push': pushConfig.toMap(), 'version': config.version, 'source': config.source, };