mirror of
https://github.com/bitwarden/server
synced 2025-12-21 18:53:41 +00:00
Replace async void with async Task (#3835)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Bit.Infrastructure.EFIntegration.Test.Repositories;
|
||||
public class FolderRepositoryTests
|
||||
{
|
||||
[CiSkippedTheory, EfFolderAutoData]
|
||||
public async void CreateAsync_Works_DataMatches(
|
||||
public async Task CreateAsync_Works_DataMatches(
|
||||
Folder folder,
|
||||
User user,
|
||||
FolderCompare equalityComparer,
|
||||
|
||||
Reference in New Issue
Block a user