We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2664e3e commit 72f10c0Copy full SHA for 72f10c0
src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.cs
@@ -25,7 +25,7 @@ public PublicApiApprovalTest(ITestOutputHelper output)
25
[UseReporter(typeof(DiffPlexReporter))]
26
#endif
27
[IgnoreLineEndings(true)]
28
- public void approve_public_api()
+ public void Approve_Public_Api()
29
{
30
31
var publicApi = Filter(ApiGenerator.GeneratePublicApi(typeof(StringHumanizeExtensions).Assembly));
0 commit comments