From 161bc277c85548397654431c4e374d66fcefc88d Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 30 May 2024 06:35:43 -0600 Subject: [PATCH] Fixed AttributeTests --- UnitTests/Drawing/AttributeTests.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/UnitTests/Drawing/AttributeTests.cs b/UnitTests/Drawing/AttributeTests.cs index cb2d2d441..2cf39b52e 100644 --- a/UnitTests/Drawing/AttributeTests.cs +++ b/UnitTests/Drawing/AttributeTests.cs @@ -12,7 +12,6 @@ public class AttributeTests } [Fact] - [AutoInitShutdown] public void ColorAndColorNamesConstructor () { // Arrange & Act @@ -26,7 +25,6 @@ public class AttributeTests } [Fact] - [AutoInitShutdown] public void ColorConstructor () { // Arrange & Act @@ -143,11 +141,8 @@ public class AttributeTests } [Fact] - [AutoInitShutdown] public void Equals_Initialized () { - Assert.NotNull (Application.Driver); - var attr1 = new Attribute (Color.Red, Color.Green); var attr2 = new Attribute (Color.Red, Color.Green); @@ -324,7 +319,6 @@ public class AttributeTests } [Fact] - [AutoInitShutdown] public void NotEquals_Initialized () { var attr1 = new Attribute (Color.Red, Color.Green);