Skip to content

Commit

Permalink
Enable OPDS invalid data input test-case
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH authored and kelson42 committed Jul 26, 2024
1 parent 2b1f49d commit b85ce95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/OPDSParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)!)
Expand Down

0 comments on commit b85ce95

Please sign in to comment.