mirror of
https://github.com/bitwarden/server.git
synced 2025-06-15 23:40:48 -05:00
Linting.
This commit is contained in:
parent
5418d817d0
commit
019acbf859
@ -57,7 +57,7 @@ public class TwoFactorEmailServiceTests
|
||||
TwoFactorEmailPurpose.Login);
|
||||
}
|
||||
|
||||
[Theory, BitAutoData]
|
||||
[Theory, BitAutoData]
|
||||
public async Task SendTwoFactorSetupEmailAsync_Success(SutProvider<TwoFactorEmailService> sutProvider, User user)
|
||||
{
|
||||
var email = user.Email.ToLowerInvariant();
|
||||
@ -97,7 +97,7 @@ public class TwoFactorEmailServiceTests
|
||||
TwoFactorEmailPurpose.Login);
|
||||
}
|
||||
|
||||
[Theory, BitAutoData]
|
||||
[Theory, BitAutoData]
|
||||
public async Task SendNewDeviceVerificationEmailAsync_Success(SutProvider<TwoFactorEmailService> sutProvider, User user)
|
||||
{
|
||||
var email = user.Email.ToLowerInvariant();
|
||||
|
Loading…
x
Reference in New Issue
Block a user