feat(AuthClientTests): StartAsync_ShouldUpdateAllPublicKey Testmethode hinzufügen, um zu testen, ob der öffentliche Schlüssel nach StartAsync aktualisiert wird
This commit is contained in:
@@ -42,5 +42,5 @@ public class ClientParams
|
||||
});
|
||||
}
|
||||
|
||||
public IEnumerable<AsymmetricPublicKey> PublicKeys { get; init; } = new List<AsymmetricPublicKey>();
|
||||
public List<AsymmetricPublicKey> PublicKeys { get; init; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user