We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab3bbf commit c70f281Copy full SHA for c70f281
Tests/OpenGraphTests.swift
@@ -40,7 +40,7 @@ class OpenGraphTests: XCTestCase {
40
}
41
42
waitForExpectations(timeout: 10) { _ in
43
- XCTAssert(og[.title] == "example.com title")
+ XCTAssert(og[.title] == " < example.com title > ")
44
XCTAssert(og[.type] == "website")
45
XCTAssert(og[.url] == "https://www.example.com")
46
XCTAssert(og[.image] == "https://www.example.com/images/example.png")
0 commit comments