mirror of
https://github.com/bitwarden/server
synced 2025-12-15 15:53:59 +00:00
Replace async void with async Task (#3835)
This commit is contained in:
@@ -13,7 +13,7 @@ public class TransactionRepositoryTests
|
||||
{
|
||||
|
||||
[CiSkippedTheory, EfUserTransactionAutoData, EfOrganizationTransactionAutoData]
|
||||
public async void CreateAsync_Works_DataMatches(
|
||||
public async Task CreateAsync_Works_DataMatches(
|
||||
Transaction transaction,
|
||||
User user,
|
||||
Organization org,
|
||||
|
||||
Reference in New Issue
Block a user