mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Relax nullable in test projects (#5379)
* Relax nullable in test projects * Fix xUnit Warnings * More xUnit fixes
This commit is contained in:
@ -109,7 +109,7 @@ public class OrgUserInviteTokenableTests
|
||||
[Theory]
|
||||
[InlineData(null)]
|
||||
[InlineData("")]
|
||||
public void Valid_NullOrEmptyOrgUserEmail_ReturnsFalse(string email)
|
||||
public void Valid_NullOrEmptyOrgUserEmail_ReturnsFalse(string? email)
|
||||
{
|
||||
var token = new OrgUserInviteTokenable
|
||||
{
|
||||
|
Reference in New Issue
Block a user