Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Dec 10, 2024
1 parent 0f4b308 commit 061be53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/customer_io_config_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 061be53

Please sign in to comment.