Skip to content

Commit

Permalink
Bump library coverage back to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlongco committed Dec 13, 2024
1 parent 5ecf240 commit 6b28e66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/FactoryTests/FactoryInjectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,8 @@ final class FactoryInjectionTests: XCTestCase {
// should have new instance
let newId = object.service.id
XCTAssertTrue(oldId != newId)
let newId2 = object.$service.resolve().id
XCTAssertTrue(newId2 != newId)
}

#if canImport(SwiftUI)
Expand Down

0 comments on commit 6b28e66

Please sign in to comment.