From 4247885c1a4a4f770b897e4ea15822ed45a7646c Mon Sep 17 00:00:00 2001 From: Brian Dukes Date: Fri, 7 May 2021 11:42:23 -0500 Subject: [PATCH] Add missing attribute --- .../InternalServices/FileUploadControllerTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FileUploadControllerTests.cs b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FileUploadControllerTests.cs index 0dc804301b0..7890640c362 100644 --- a/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FileUploadControllerTests.cs +++ b/DNN Platform/Tests/DotNetNuke.Tests.Web/InternalServices/FileUploadControllerTests.cs @@ -54,6 +54,7 @@ public void SetUp() this.SetupSynchronizationContext(); } + [TearDown] public void TearDown() { PortalController.ClearInstance();