We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaa35e commit 82e7a89Copy full SHA for 82e7a89
Example/Tests/Tests.swift
@@ -56,7 +56,7 @@ class EventSpec: QuickSpec {
56
do {
57
let jsonData = try encoder.encode(e)
58
let jsonString = String(data: jsonData, encoding: .utf8)
59
- expect(jsonString!).to(equal("{\"alert_type\":\"info\",\"title\":\"test title\",\"hozxaxst\":\"ios\",\"priority\":\"normal\",\"date_happened\":1525412871,\"text\":\"test text\"}"))
+ expect(jsonString!).to(equal("{\"alert_type\":\"info\",\"title\":\"test title\",\"host\":\"ios\",\"priority\":\"normal\",\"date_happened\":1525412871,\"text\":\"test text\"}"))
60
} catch {
61
print("should never get here")
62
}
0 commit comments