We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6253d7e commit 2e7ce96Copy full SHA for 2e7ce96
Open.ChannelExtensions.Tests/BasicTests.cs
@@ -16,7 +16,7 @@ public static class BasicTests
16
[Theory]
17
[InlineData(testSize1)]
18
[InlineData(testSize2)]
19
- [System.Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2012:Use ValueTasks correctly", Justification = "Testing onlly.")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2012:Use ValueTasks correctly", Justification = "Testing only.")]
20
public static async Task DeferredWriteRead(int testSize)
21
{
22
var range = Enumerable.Range(0, testSize);
0 commit comments