diff --git a/Tests/OPDSParserTests.swift b/Tests/OPDSParserTests.swift index 5888ff585..f114f2d2d 100644 --- a/Tests/OPDSParserTests.swift +++ b/Tests/OPDSParserTests.swift @@ -17,9 +17,7 @@ import XCTest @testable import Kiwix final class OPDSParserTests: XCTestCase { - /// Test OPDSParser.parse throws error when OPDS data is invalid. func testInvalidOPDSData() { - XCTExpectFailure("Requires work in dependency to resolve the issue.") let content = "Invalid OPDS Data" XCTAssertThrowsError( try OPDSParser().parse(data: content.data(using: .utf8)!)