Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolodov committed Dec 18, 2023
1 parent 3198cb5 commit a760d5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pubsub/azuresb/azuresb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,7 @@ func BenchmarkAzureServiceBusPubSub(b *testing.B) {
if err != nil {
b.Fatal(err)
}
}

if sbHostname != "" {
} else if sbHostname != "" {
cred, err := azidentity.NewDefaultAzureCredential(nil)
if err != nil {
b.Fatal(err)
Expand Down

0 comments on commit a760d5f

Please sign in to comment.