Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 30, 2023
1 parent 8220e3c commit d4cf286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PostHogTests/PostHogLegacyQueueTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class PostHogLegacyQueueTest: QuickSpec {
let eventData = try Data(contentsOf: eventURL)
let eventObject = try JSONSerialization.jsonObject(with: eventData, options: .allowFragments) as? [String: Any]

expect(items[0]) == "1698236044.407"
expect(eventObject!["distinct_id"] as? String) == "Prateek"
expect(eventObject!["event"] as? String) == "Cocoapods Example Button"
expect(eventObject!["message_id"] as? String) == "5CE069F8-E967-4B47-9D89-207EF7519453"
Expand Down

0 comments on commit d4cf286

Please sign in to comment.