mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05: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