Skip to content

Commit

Permalink
Update client_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Gentry <bgentry@users.noreply.github.com>
  • Loading branch information
brandur and bgentry authored Nov 17, 2023
1 parent 3bdb095 commit cfa52dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ func Test_Client_InsertManyTx(t *testing.T) {
require.Len(t, jobs, 2, fmt.Sprintf("Expected to find exactly two jobs of kind: %s", (noOpArgs{}).Kind()))
})

// A client's allowed to send nil to their drive so they can, for example,
// A client's allowed to send nil to their driver so they can, for example,
// easily use test transactions in their test suite.
t.Run("WithDriverWithoutPool", func(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit cfa52dc

Please sign in to comment.