Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ func Test_Client_InsertManyFast(t *testing.T) {
count, err := client.InsertManyFast(ctx, []InsertManyParams{
{Args: noOpArgs{}, InsertOpts: &InsertOpts{UniqueOpts: UniqueOpts{
ByArgs: true,
// force the v1 unique path with a custom state list that isn't supported in v3:
// Attempt a custom state list that isn't supported in v3 unique jobs:
ByState: []rivertype.JobState{rivertype.JobStateAvailable},
}}},
})
Expand Down
Loading