Skip to content

Commit

Permalink
typo: Fix typo in blockService_test.go (#5448)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Jun 3, 2023
1 parent 47dec14 commit 5faa4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs/blockService_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func TestHandleCatchupReqNegative(t *testing.T) {
require.Equal(t, roundNumberParseErrMsg, string(val))
}

// TestRedirectFallbackArchiver tests the case when the block service fallback to another in the absense of a given block.
// TestRedirectFallbackArchiver tests the case when the block service fallback to another in the absence of a given block.
func TestRedirectFallbackArchiver(t *testing.T) {
partitiontest.PartitionTest(t)

Expand Down

0 comments on commit 5faa4d0

Please sign in to comment.