Skip to content

Commit 82e7a89

Browse files
committedMay 15, 2018
fixed purposefully failed test
1 parent edaa35e commit 82e7a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Example/Tests/Tests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class EventSpec: QuickSpec {
5656
do {
5757
let jsonData = try encoder.encode(e)
5858
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\"}"))
59+
expect(jsonString!).to(equal("{\"alert_type\":\"info\",\"title\":\"test title\",\"host\":\"ios\",\"priority\":\"normal\",\"date_happened\":1525412871,\"text\":\"test text\"}"))
6060
} catch {
6161
print("should never get here")
6262
}

0 commit comments

Comments
 (0)