Skip to content

Commit

Permalink
chore: appease lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Aug 8, 2023
1 parent 2abfe71 commit 660091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ func (tr TestRun) assignConsumerPubKey(action assignConsumerPubKeyAction, verbos
}

if verbose {
fmt.Printf("got expected error during key assignment | err: %s | output: %s \n", err, string(bz))
fmt.Printf("got expected error during key assignment | err: %s | output: %s \n", err, string(bz))
}
}

Expand Down

0 comments on commit 660091e

Please sign in to comment.