diff --git a/client_test.go b/client_test.go index c0f004e0..167d2248 100644 --- a/client_test.go +++ b/client_test.go @@ -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}, }}}, }) diff --git a/internal/util/hashutil/hash_util.go b/rivershared/util/hashutil/hash_util.go similarity index 100% rename from internal/util/hashutil/hash_util.go rename to rivershared/util/hashutil/hash_util.go diff --git a/internal/util/hashutil/hash_util_test.go b/rivershared/util/hashutil/hash_util_test.go similarity index 100% rename from internal/util/hashutil/hash_util_test.go rename to rivershared/util/hashutil/hash_util_test.go