Format ./web/backend/Features/Features.UserManagement.Tests

This commit is contained in:
Aaron Po
2026-06-20 15:09:43 -04:00
parent 1875dcc8bf
commit 9ac039dfeb
6 changed files with 25 additions and 23 deletions

View File

@@ -19,4 +19,4 @@ public class UpdateUserHandlerTests
repoMock.Verify(r => r.UpdateAsync(user), Times.Once);
}
}
}