Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 28, 2024
1 parent 2391033 commit 7255283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ final class RichTextViewComponentTests: XCTestCase {
XCTAssertEqual(view.spellCheckingType, .no)
XCTAssertNotNil(view.textColor)
#elseif macOS
XCTAssertNotNil(view.textColor)
XCTAssertNil(view.textColor)
#endif
}
}
Expand Down

0 comments on commit 7255283

Please sign in to comment.