diff --git a/test/Api.Test/KeyManagement/Controllers/UsersControllerTests.cs b/test/Api.Test/KeyManagement/Controllers/UsersControllerTests.cs index 3dea13a2e5..7f6c72a62f 100644 --- a/test/Api.Test/KeyManagement/Controllers/UsersControllerTests.cs +++ b/test/Api.Test/KeyManagement/Controllers/UsersControllerTests.cs @@ -25,7 +25,7 @@ public class UsersControllerTests SutProvider sutProvider) { sutProvider.GetDependency().GetPublicKeyAsync(Arg.Any()).ReturnsNull(); - await Assert.ThrowsAsync(() => sutProvider.Sut.GetPublicKeyAsync(new Guid()); + await Assert.ThrowsAsync(() => sutProvider.Sut.GetPublicKeyAsync(new Guid())); } [Theory]