Skip to content

Commit

Permalink
Fix for linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 10, 2024
1 parent 78162e3 commit e58c24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestClientOptions_GetTxnCtx(t *testing.T) {
assert.Nil(t, txn)
})

t.Run("txn found", func(t *testing.T) {
t.Run("txn found", func(_ *testing.T) {
// todo: Need a mock new relic app / txn
})
}
Expand Down

0 comments on commit e58c24b

Please sign in to comment.