Skip to content

Commit

Permalink
Test name typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jul 22, 2024
1 parent ed09407 commit b815c4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ void TestMethod() {{
[Theory]
[MemberData(nameof(GetEnumerables), "int", "f > 0")]
[MemberData(nameof(GetEnumerables), "string", "f.Length > 0")]
public async Task DoesNotFindWarningForEnumurableEmptyCheckWithChainedLinq(
public async Task EnumurableEmptyCheck_WithChainedLinq_DoesNotTrigger(
string collection,
string comparison)
{
Expand All @@ -97,7 +97,7 @@ void TestMethod() {{
[InlineData("")]
[InlineData("123")]
[InlineData(@"abc\n\t\\\""")]
public async Task Strings_WithWhereClause_DoesNotTrigger(string sampleString)
public async Task Strings_WithWhereClause_Triggers(string sampleString)
{
var source = string.Format(/* lang=c#-test */ """
using System.Linq;
Expand Down

0 comments on commit b815c4a

Please sign in to comment.