We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1873c37 commit 59407b0Copy full SHA for 59407b0
1 file changed
tests/StackExchange.Redis.Tests/BasicOpTests.cs
@@ -6,6 +6,7 @@
6
7
namespace StackExchange.Redis.Tests;
8
9
+[RunPerProtocol]
10
public class BasicOpsTests(ITestOutputHelper output, SharedConnectionFixture fixture) : TestBase(output, fixture)
11
{
12
[Fact]
0 commit comments