mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Fix Most Test Warnings (#4612)
* Add Collections Tests * Update CollectionRepository Implementation * Test Adding And Deleting Through Replace * Format * Fix Most Test Warnings * Format
This commit is contained in:
@ -15,7 +15,7 @@ public class StaticClientStoreTests
|
||||
}
|
||||
|
||||
[Params("mobile", "connector", "invalid", "a_much_longer_invalid_value_that_i_am_making_up", "WEB", "")]
|
||||
public string? ClientId { get; set; }
|
||||
public string ClientId { get; set; } = null!;
|
||||
|
||||
[Benchmark]
|
||||
public Client? TryGetValue()
|
||||
|
Reference in New Issue
Block a user