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:
@@ -15,7 +15,7 @@ namespace Bit.Infrastructure.EFIntegration.Test.Tools.Repositories;
|
||||
public class SendRepositoryTests
|
||||
{
|
||||
[CiSkippedTheory, EfUserSendAutoData, EfOrganizationSendAutoData]
|
||||
public async void CreateAsync_Works_DataMatches(
|
||||
public async Task CreateAsync_Works_DataMatches(
|
||||
Send send,
|
||||
User user,
|
||||
Organization org,
|
||||
|
||||
Reference in New Issue
Block a user