diff --git a/test/Infrastructure.IntegrationTest/DatabaseDataAttribute.cs b/test/Infrastructure.IntegrationTest/DatabaseDataAttribute.cs index 1a20166375..b2f472f0bd 100644 --- a/test/Infrastructure.IntegrationTest/DatabaseDataAttribute.cs +++ b/test/Infrastructure.IntegrationTest/DatabaseDataAttribute.cs @@ -45,7 +45,7 @@ public class DatabaseDataAttribute : DataAttribute .WithSkip("Not Enabled"); } - theory + theory = theory .WithTrait("DbType", customizationContext.Database.Type.ToString()) .WithTestDisplayName($"{testMethod.Name}[{customizationContext.Database.Name ?? customizationContext.Database.Type.ToString()}]");