Skip to content

Commit

Permalink
rollback to ensure the linter fails the CI run if issues found
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Jun 21, 2024
1 parent 4dea609 commit 61d6a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
)

func ExampleBlockClient_LatestBlockHeight() {
func ExampleLatestBlockHeight() {

Check failure on line 8 in block_test.go

View workflow job for this annotation

GitHub Actions / go-test

tests: ExampleLatestBlockHeight refers to unknown identifier: LatestBlockHeight (govet)
poktFullNode, err := NewPoktNodeStatusFetcher("pokt-full-node-URL")
if err != nil {
fmt.Printf("Erorr creating a connection to POKT full node: %v\n", err)
Expand Down

0 comments on commit 61d6a63

Please sign in to comment.