Skip to content

Commit

Permalink
Fix 1 failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rudro committed Sep 5, 2024
1 parent 89188f7 commit 02982e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ private func factory1434ff4463106e5c4f1bb3a8f24c1d289f2c0f2e(_ component: Needle
""")
case "^->RootComponent->LoggedInComponent":
XCTAssertEqual(serializedProviders[0].registration, """
registerProviderFactory("^->RootComponent->LoggedInComponent", factoryEmptyDependencyProvider)
XCTAssertEqual(serializedProviders[1].registration, """
registerProviderFactory("^->RootComponent->LoggedInComponent", factory2d08e87342cecea575b3e3b0c44298fc1c149afb)
""")
case "^->RootComponent":
Expand Down

0 comments on commit 02982e9

Please sign in to comment.