mirror of
https://github.com/bitwarden/server.git
synced 2025-07-18 16:11:28 -05:00
Follow Builder Pattern
This commit is contained in:
@ -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()}]");
|
||||
|
||||
|
Reference in New Issue
Block a user