Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Jul 15, 2024
1 parent 2f858b9 commit df298ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions NosTests/Model/ReportTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ final class ReportTests: XCTestCase {
func testFindCategory() throws {
XCTAssertEqual(
ReportCategory.findCategory(from: "PN"),
ReportCategoryType.allCategories[7]
)
XCTAssertEqual(
ReportCategory.findCategory(from: "VI-hum"),
ReportCategoryType.allCategories[9].subCategories![0]
ReportCategoryType.allCategories[8]
)
}
}

0 comments on commit df298ab

Please sign in to comment.