Skip to content

Commit

Permalink
Merge pull request #481 from uber/rudro_fixtest
Browse files Browse the repository at this point in the history
Fix 1 failing unit test
  • Loading branch information
alanzeino committed Sep 5, 2024
2 parents 89188f7 + 02982e9 commit 7bcffcf
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 7bcffcf

Please sign in to comment.