Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: refactor status code assertion in timeout_test.go
- Change in `timeout_test.go`: The assertion for the status code has been modified. Instead of directly comparing the status code, it now assigns the status code to a variable `code` and then compares it. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
- Loading branch information