Skip to content

Commit b35816c

Browse files
refactor: fix test case naming convention
Co-authored-by: 沈星繁 <ikesnowy@outlook.com>
1 parent a17eaec commit b35816c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cnblogs.Architecture.IntegrationTests/DaprTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public async Task Dapr_SubscribeEndpoint_OkAsync()
3838
}
3939

4040
[Fact]
41-
public async Task Dapr_Subscribe_Without_Any_Assembly_OkAsync()
41+
public async Task Dapr_SubscribeWithoutAnyAssembly_OkAsync()
4242
{
4343
// Arrange
4444
var builder = WebApplication.CreateBuilder();

0 commit comments

Comments
 (0)