Skip to content

Commit

Permalink
fix linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Jul 25, 2024
1 parent 81456a2 commit 88c11dc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions process/outportBlockConverter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,6 @@ func TestOutportBlockConverter(t *testing.T) {
checkHeaderV2ShardV2(t, header, shardOutportBlock)
checkFieldsV2(t, ob, shardOutportBlock)
checkBlockData(t, ob.BlockData, shardOutportBlock.BlockData)

j, err := json.Marshal(shardOutportBlock)
if err != nil {
panic(err)
}

err = os.WriteFile("./shardoutport.json", j, 0655)
if err != nil {
panic(err)
}

jsonBytes, err = os.ReadFile(outportBlockHeaderV2JSONPath)
require.NoError(t, err, "failed to read test data")

}

func TestOutportBlockConverter_HandleShardOutportBlockV2(t *testing.T) {
Expand Down

0 comments on commit 88c11dc

Please sign in to comment.