mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix error in EntityDecodingTests.
This commit is contained in:
@@ -153,5 +153,5 @@ func stringForResource(_ filename: String, _ fileExtension: String) -> String {
|
||||
|
||||
func decodedString(_ s: String) -> String {
|
||||
|
||||
HTMLEntityDecoder.decodedString(s)!
|
||||
HTMLEntityDecoder.decodedString(s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user