1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-07 14:08:13 -05:00

Follow Builder Pattern

This commit is contained in:
Justin Baur 2025-01-29 14:06:38 -05:00
parent dd8ede6273
commit ea215f154b
No known key found for this signature in database

View File

@ -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()}]");