Skip to content

Commit 935a745

Browse files
committed
fix tests
1 parent 201658b commit 935a745

3 files changed

+3
-0
lines changed

tests/Injectio.Tests/Snapshots/ServiceRegistrationGeneratorTests.GenerateRegisterScopedSelfWithInterfaces.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ namespace Microsoft.Extensions.DependencyInjection
3535
global::Microsoft.Extensions.DependencyInjection.ServiceLifetime.Scoped
3636
)
3737
);
38+
3839
return serviceCollection;
3940
}
4041
}

tests/Injectio.Tests/Snapshots/ServiceRegistrationGeneratorTests.GenerateRegisterSingletonTags.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ namespace Microsoft.Extensions.DependencyInjection
3737
global::Microsoft.Extensions.DependencyInjection.ServiceLifetime.Singleton
3838
)
3939
);
40+
4041
}
4142

4243
return serviceCollection;

tests/Injectio.Tests/Snapshots/ServiceRegistrationGeneratorTests.GenerateRegisterTransientSelfWithInterfaces.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ namespace Microsoft.Extensions.DependencyInjection
3535
global::Microsoft.Extensions.DependencyInjection.ServiceLifetime.Transient
3636
)
3737
);
38+
3839
return serviceCollection;
3940
}
4041
}

0 commit comments

Comments
 (0)