Skip to content

Commit 72f10c0

Browse files
fix case
1 parent 2664e3e commit 72f10c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public PublicApiApprovalTest(ITestOutputHelper output)
2525
[UseReporter(typeof(DiffPlexReporter))]
2626
#endif
2727
[IgnoreLineEndings(true)]
28-
public void approve_public_api()
28+
public void Approve_Public_Api()
2929
{
3030

3131
var publicApi = Filter(ApiGenerator.GeneratePublicApi(typeof(StringHumanizeExtensions).Assembly));

0 commit comments

Comments
 (0)