Skip to content

Commit

Permalink
fixed test that was failing on iOS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ab1470 committed Oct 4, 2024
1 parent b897d94 commit a51f4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Tests/KlaviyoCoreTests/TestUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ let TEST_FAILURE_JSON_INVALID_EMAIL = """
"""

let SAMPLE_PROPERTIES = [
"blob": "blob",
"stuff": 2,
"hello": [
"sub": "dict"
"Blob": "blob",
"Stuff": 2,
"Hello": [
"Sub": "dict"
]
] as [String: Any]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"App ID" : "com.klaviyo.fooapp",
"App Name" : "FooApp",
"App Version" : "1.2.3",
"blob" : "blob",
"Blob" : "blob",
"Device ID" : "fe-fi-fo-fum",
"Device Manufacturer" : "Orange",
"Device Model" : "jPhone 1,1",
"hello" : {
"sub" : "dict"
"Hello" : {
"Sub" : "dict"
},
"OS Name" : "iOS",
"OS Version" : "1.1.1",
"Push Token" : "",
"SDK Name" : "swift",
"SDK Version" : "4.0.0",
"stuff" : 2
"Stuff" : 2
},
"time" : "2009-02-13T23:31:30Z",
"unique_id" : "00000000-0000-0000-0000-000000000001"
Expand Down

0 comments on commit a51f4f5

Please sign in to comment.