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