Skip to content

Commit

Permalink
added allTags count assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmontz committed Jan 8, 2025
1 parent a754479 commit b5dec4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NosTests/Models/CoreData/AuthorListTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,6 @@ final class AuthorListTests: CoreDataTestCase {

let tags = try XCTUnwrap(editedList.allTags as? [[String]])
XCTAssertTrue(tags.contains(where: { $0.first == "unknown-tag" }))
XCTAssertEqual(tags.count, 6)
}
}

0 comments on commit b5dec4a

Please sign in to comment.