We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd66d8 commit 6ba9ba5Copy full SHA for 6ba9ba5
tests/PolylineAlgorithm.DependencyInjection.Tests/ServiceCollectionExtensionsTests.cs
@@ -12,7 +12,7 @@ public class ServiceCollectionExtensionsTests {
12
private static IServiceCollection Services { get; } = new ServiceCollection().AddPolylineEncoder();
13
14
[TestMethod]
15
- public void AddDefaultPolylineEncoderTest() {
+ public void Add_DefaultPolylineEncoder_Test() {
16
// Arrange
17
var provider = Services
18
.BuildServiceProvider();
0 commit comments