Skip to content

Commit 7bcffcf

Browse files
authored
Merge pull request #481 from uber/rudro_fixtest
Fix 1 failing unit test
2 parents 89188f7 + 02982e9 commit 7bcffcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Generator/Tests/NeedleFrameworkTests/Generating/DependencyProviderSerializerTaskTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ private func factory1434ff4463106e5c4f1bb3a8f24c1d289f2c0f2e(_ component: Needle
8787
8888
""")
8989
case "^->RootComponent->LoggedInComponent":
90-
XCTAssertEqual(serializedProviders[0].registration, """
91-
registerProviderFactory("^->RootComponent->LoggedInComponent", factoryEmptyDependencyProvider)
90+
XCTAssertEqual(serializedProviders[1].registration, """
91+
registerProviderFactory("^->RootComponent->LoggedInComponent", factory2d08e87342cecea575b3e3b0c44298fc1c149afb)
9292
9393
""")
9494
case "^->RootComponent":

0 commit comments

Comments
 (0)