Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: ExceptionMiddlewareTests.cs initialization
Simplified the initialization of HttpContext in the ExceptionMiddlewareTests class. This refactor removes unnecessary lines and makes the code cleaner, moving the initialization of the _context field directly in its declaration.
- Loading branch information