AB3791 - Removed unnessasary [Apartment(ApartmentState.STA)]

This commit is contained in:
Bjarke Berg
2019-12-19 15:55:01 +01:00
parent 2fd6e8d617
commit dbf0581cb1

View File

@@ -65,7 +65,6 @@ namespace Umbraco.Tests.Testing
/// provides all the necessary environment, through DI. Yes, DI is bad in tests - unit tests.
/// But it is OK in integration tests.
/// </remarks>
[Apartment(ApartmentState.STA)]
public abstract class UmbracoTestBase
{
// this class