mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
Replace async void with async Task (#3835)
This commit is contained in:
@@ -313,7 +313,7 @@ public class SyncControllerTests
|
||||
}
|
||||
|
||||
|
||||
private async void AssertMethodsCalledAsync(IUserService userService,
|
||||
private async Task AssertMethodsCalledAsync(IUserService userService,
|
||||
IOrganizationUserRepository organizationUserRepository,
|
||||
IProviderUserRepository providerUserRepository, IFolderRepository folderRepository,
|
||||
ICipherRepository cipherRepository, ISendRepository sendRepository,
|
||||
|
||||
Reference in New Issue
Block a user