Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test node health in full_client_test.go (cosmos#1290)
closes: cosmos#1258 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit Tests: - Introduced a new test, `TestHealth`, to ensure the proper functioning of the `Health` function in our node application. This test sets up a mock application, starts the RPC server, and calls the `Health` function. It asserts that the returned error is nil and the result is empty. This addition enhances the overall quality and reliability of our system. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information