Skip to content

Commit 6ba9ba5

Browse files
author
Petr Sramek
committed
added underscores to test method name
1 parent 7fd66d8 commit 6ba9ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PolylineAlgorithm.DependencyInjection.Tests/ServiceCollectionExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ServiceCollectionExtensionsTests {
1212
private static IServiceCollection Services { get; } = new ServiceCollection().AddPolylineEncoder();
1313

1414
[TestMethod]
15-
public void AddDefaultPolylineEncoderTest() {
15+
public void Add_DefaultPolylineEncoder_Test() {
1616
// Arrange
1717
var provider = Services
1818
.BuildServiceProvider();

0 commit comments

Comments
 (0)