From b85ce95e750f5b395f62e773d8e28821e4d886d3 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 20 Jul 2024 12:37:07 +0200 Subject: [PATCH] Enable OPDS invalid data input test-case --- Tests/OPDSParserTests.swift | 2 -- 1 file changed, 2 deletions(-) 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)!)