Skip to content

Commit

Permalink
This should be static
Browse files Browse the repository at this point in the history
  • Loading branch information
theraot committed Jan 29, 2021
1 parent 5264f21 commit b2a64ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ public static void TestTryUpdate()
}

[Test]
public void ConcurrentWriteRead_NoTornValues()
public static void ConcurrentWriteRead_NoTornValues()
{
var cd = new ConcurrentDictionary<int, KeyValuePair<long, long>>();
using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(3));
Expand Down

0 comments on commit b2a64ce

Please sign in to comment.