1
0
mirror of https://github.com/bitwarden/server synced 2026-01-28 15:23:38 +00:00

Use guid array instead of json

This commit is contained in:
Thomas Rittson
2026-01-02 08:36:12 +10:00
parent 415182a9b8
commit 8427367c76
4 changed files with 34 additions and 33 deletions

View File

@@ -71,7 +71,7 @@ public class CreateDefaultCollectionsTests
/// Test that calling CreateDefaultCollectionsAsync multiple times does NOT create duplicates
/// </summary>
[Theory, DatabaseData]
public async Task CreateDefaultCollectionsAsync_CalledMultipleTimes_DoesNotCreateDuplicates(
public async Task CreateDefaultCollectionsAsync_CalledMultipleTimesForSameOrganizationUser_Throws(
IUserRepository userRepository,
IOrganizationRepository organizationRepository,
ICollectionRepository collectionRepository,