Skip to content

Commit

Permalink
docs: remove repetitive words
Browse files Browse the repository at this point in the history
Signed-off-by: RiceChuan <[email protected]>
  • Loading branch information
RiceChuan committed Dec 16, 2024
1 parent b7a14d8 commit a63a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/v5/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ func (tr Commands) GetTrustedHeight(

var trustedHeight gjson.Result
// iterate on the relayer's response
// and parse the the command "result"
// and parse the command "result"
for scanner.Scan() {
out := scanner.Text()
if len(gjson.Get(out, "result").Array()) > 0 {
Expand Down

0 comments on commit a63a9d4

Please sign in to comment.