mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
Cleanup whitespace in SsoConfigServiceTests
This commit is contained in:
@ -43,7 +43,6 @@ namespace Bit.Core.Test.Services
|
|||||||
[Theory, CustomAutoData(typeof(SutProviderCustomization))]
|
[Theory, CustomAutoData(typeof(SutProviderCustomization))]
|
||||||
public async Task SaveAsync_NewItem_UpdatesCreationAndRevisionDate(SutProvider<SsoConfigService> sutProvider)
|
public async Task SaveAsync_NewItem_UpdatesCreationAndRevisionDate(SutProvider<SsoConfigService> sutProvider)
|
||||||
{
|
{
|
||||||
|
|
||||||
var utcNow = DateTime.UtcNow;
|
var utcNow = DateTime.UtcNow;
|
||||||
|
|
||||||
var ssoConfig = new SsoConfig
|
var ssoConfig = new SsoConfig
|
||||||
|
Reference in New Issue
Block a user