Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed May 6, 2024
1 parent cac45a6 commit 45492cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/consul_peering_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestListPeeringsQuery_Fetch(t *testing.T) {
// create another peer
err = testClients.createConsulPeerings(tenancy)
require.NoError(t, err)

select {
case err := <-errCh:
if err != ErrStopped {
Expand Down

0 comments on commit 45492cc

Please sign in to comment.