Skip to content

Commit 6141d49

Browse files
committed
Fix unit test.
1 parent 01b50c8 commit 6141d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AztecTests/NSAttributedString/Conversions/AttributedStringParserTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class AttributedStringParserTests: XCTestCase {
134134
XCTFail()
135135
return
136136
}
137-
XCTAssertEqual(strike.name, Element.strike.rawValue)
137+
XCTAssertEqual(strike.name, Element.s.rawValue)
138138
XCTAssertEqual(strike.children.count, 1)
139139

140140
guard let text = strike.children.first as? TextNode else {

0 commit comments

Comments
 (0)