From 3b8973b656176c258acc4c23bc7ea55e0a312628 Mon Sep 17 00:00:00 2001 From: Sumeru Chatterjee Date: Sat, 11 Jan 2025 00:05:41 +0100 Subject: [PATCH] [MOB-9233] Fixes --- tests/unit-tests/InAppTests.swift | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/unit-tests/InAppTests.swift b/tests/unit-tests/InAppTests.swift index 1bd2f310..74bdd690 100644 --- a/tests/unit-tests/InAppTests.swift +++ b/tests/unit-tests/InAppTests.swift @@ -1445,7 +1445,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "customPayload": {"key": "value"}, "content": { "html": "", @@ -1496,7 +1496,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "customPayload": { @@ -1579,7 +1579,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "customPayload": {"key": "immediate"}, @@ -1598,7 +1598,7 @@ class InAppTests: XCTestCase { }, { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "customPayload": {"key": "never"}, @@ -1640,7 +1640,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "content": { @@ -1694,7 +1694,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "customPayload": {}, @@ -1748,7 +1748,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": true, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "customPayload": {"key": "value"}, @@ -1805,7 +1805,7 @@ class InAppTests: XCTestCase { [ { "saveToInbox": false, - "jsonOnly": 1, + "jsonOnly": true, "messageType": "Mobile", "typeOfContent": "Static", "customPayload": {