chore: import upstream snapshot with attribution
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
using Redis.ConformanceTests.Support;
|
||||
using VectorData.ConformanceTests;
|
||||
using Xunit;
|
||||
|
||||
namespace Redis.ConformanceTests;
|
||||
|
||||
public class RedisHashSetCollectionManagementTests(RedisHashSetFixture fixture)
|
||||
: CollectionManagementTests<string>(fixture), IClassFixture<RedisHashSetFixture>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user