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