// Copyright (c) Microsoft. All rights reserved. using Redis.ConformanceTests.Support; using VectorData.ConformanceTests; using VectorData.ConformanceTests.Support; using Xunit; namespace Redis.ConformanceTests; public class RedisHashSetIndexKindTests(RedisHashSetIndexKindTests.Fixture fixture) : IndexKindTests(fixture), IClassFixture { public new class Fixture() : IndexKindTests.Fixture { public override TestStore TestStore => RedisTestStore.HashSetInstance; } }