Skip to content
Snippets Groups Projects
Commit 35f4a7a2 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Fix tests

parent 1307b7ef
No related branches found
No related tags found
1 merge request!102Release 1.0.0
...@@ -9,7 +9,7 @@ final class FactTests: XCTestCase { ...@@ -9,7 +9,7 @@ final class FactTests: XCTestCase {
let jsonString = """ let jsonString = """
{ {
"Fact": "\(factValue)", "Fact": "\(factValue)",
"Type": \(factType) "T": \(factType)
} }
""" """
let jsonData = jsonString.data(using: .utf8)! let jsonData = jsonString.data(using: .utf8)!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment