Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JayChoi1736 committed Oct 21, 2022
1 parent 60a43b5 commit 9cd025e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions klaytn/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3543,6 +3543,7 @@ func TestBlock_335049(t *testing.T) {

// Ensure types match
jsonResp, err := jsonifyBlock(resp)
assert.NoError(t, err)
assert.Equal(t, correctResp.Block, jsonResp)

mockJSONRPC.AssertExpectations(t)
Expand Down

0 comments on commit 9cd025e

Please sign in to comment.