From b2a64ce276632d9396ea27518e6cad45561f0ff0 Mon Sep 17 00:00:00 2001 From: Theraot Date: Fri, 29 Jan 2021 03:31:58 -0500 Subject: [PATCH] This should be static --- .../ConcurrentTests/ConcurrentDictionary.DotNetTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SystemTests/CollectionsTests/ConcurrentTests/ConcurrentDictionary.DotNetTests.cs b/Tests/SystemTests/CollectionsTests/ConcurrentTests/ConcurrentDictionary.DotNetTests.cs index ee9baf0d3..a608201bd 100644 --- a/Tests/SystemTests/CollectionsTests/ConcurrentTests/ConcurrentDictionary.DotNetTests.cs +++ b/Tests/SystemTests/CollectionsTests/ConcurrentTests/ConcurrentDictionary.DotNetTests.cs @@ -1139,7 +1139,7 @@ public static void TestTryUpdate() } [Test] - public void ConcurrentWriteRead_NoTornValues() + public static void ConcurrentWriteRead_NoTornValues() { var cd = new ConcurrentDictionary>(); using var cts = new CancellationTokenSource(TimeSpan.FromSeconds(3));