Skip to content

Commit

Permalink
[MOB-9233] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat committed Jan 10, 2025
1 parent 16b8864 commit 3b8973b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/unit-tests/InAppTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"customPayload": {"key": "value"},
"content": {
"html": "<meta name=\\"viewport\\" content=\\"width=device-width\\">",
Expand Down Expand Up @@ -1496,7 +1496,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"customPayload": {
Expand Down Expand Up @@ -1579,7 +1579,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"customPayload": {"key": "immediate"},
Expand All @@ -1598,7 +1598,7 @@ class InAppTests: XCTestCase {
},
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"customPayload": {"key": "never"},
Expand Down Expand Up @@ -1640,7 +1640,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"content": {
Expand Down Expand Up @@ -1694,7 +1694,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"customPayload": {},
Expand Down Expand Up @@ -1748,7 +1748,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": true,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"customPayload": {"key": "value"},
Expand Down Expand Up @@ -1805,7 +1805,7 @@ class InAppTests: XCTestCase {
[
{
"saveToInbox": false,
"jsonOnly": 1,
"jsonOnly": true,
"messageType": "Mobile",
"typeOfContent": "Static",
"customPayload": {
Expand Down

0 comments on commit 3b8973b

Please sign in to comment.