Skip to content

Commit

Permalink
Update StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp9/LayoutRules…
Browse files Browse the repository at this point in the history
…/SA1500CSharp9UnitTests.cs
  • Loading branch information
sharwell committed Jun 21, 2023
1 parent 86a93fb commit ba96832
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,12 @@ int Property2
}
}";

var test = new CSharpTest
await new CSharpTest
{
ReferenceAssemblies = ReferenceAssemblies.Net.Net50,
TestCode = testCode,
FixedCode = fixedCode,
};
await test.RunAsync().ConfigureAwait(false);
}.RunAsync(CancellationToken.None).ConfigureAwait(false);
}
}
}

0 comments on commit ba96832

Please sign in to comment.