We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca09e4c commit 4a2a2a7Copy full SHA for 4a2a2a7
Orm/Xtensive.Orm.Tests.Core/Caching/WeakCacheTest.cs
@@ -16,14 +16,6 @@ public class WeakCacheTest
16
private readonly Random random = RandomManager.CreateRandom((int)DateTime.Now.Ticks);
17
private WeakCache<string, TestClass> globalCache;
18
19
- [TearDown]
20
- public void TearDown()
21
- {
22
- if (globalCache is not null) {
23
- globalCache.Dispose();
24
- }
25
26
-
27
[Test]
28
public void ConstructorsTest()
29
{
0 commit comments