Skip to content

Commit c70f281

Browse files
Fix test.
1 parent aab3bbf commit c70f281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/OpenGraphTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class OpenGraphTests: XCTestCase {
4040
}
4141

4242
waitForExpectations(timeout: 10) { _ in
43-
XCTAssert(og[.title] == "example.com title")
43+
XCTAssert(og[.title] == " < example.com title > ")
4444
XCTAssert(og[.type] == "website")
4545
XCTAssert(og[.url] == "https://www.example.com")
4646
XCTAssert(og[.image] == "https://www.example.com/images/example.png")

0 commit comments

Comments
 (0)