diff --git a/Modules/Parser/Tests/ParserTests/EntityDecodingTests.swift b/Modules/Parser/Tests/ParserTests/EntityDecodingTests.swift index 15560de5f..04761ab35 100644 --- a/Modules/Parser/Tests/ParserTests/EntityDecodingTests.swift +++ b/Modules/Parser/Tests/ParserTests/EntityDecodingTests.swift @@ -153,5 +153,5 @@ func stringForResource(_ filename: String, _ fileExtension: String) -> String { func decodedString(_ s: String) -> String { - HTMLEntityDecoder.decodedString(s)! + HTMLEntityDecoder.decodedString(s) }