Skip to content

Commit

Permalink
Make format
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 3, 2023
1 parent 3e5ea30 commit 61c4544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1847,9 +1847,9 @@ func (tr TestRun) assignConsumerPubKey(action assignConsumerPubKeyAction, verbos
}

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

// node was started with provider key
Expand Down

0 comments on commit 61c4544

Please sign in to comment.