mirror of
https://github.com/bitwarden/server
synced 2026-02-16 08:34:15 +00:00
Explicit transaction for mssql
This commit is contained in:
@@ -92,7 +92,7 @@ public class CreateDefaultCollectionsTests
|
||||
collectionRepository.CreateDefaultCollectionsAsync(
|
||||
organization.Id,
|
||||
[orgUser.Id],
|
||||
"My Items"));
|
||||
"My Items Duplicate"));
|
||||
|
||||
// Assert - Only one collection should exist
|
||||
var collections = await collectionRepository.GetManyByOrganizationIdAsync(organization.Id);
|
||||
|
||||
Reference in New Issue
Block a user