Skip to content

Commit ba5ab25

Browse files
committed
Fix tests
1 parent 5296aee commit ba5ab25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/StackExchange.Redis.Tests/ConfigTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class ConfigTests : TestBase
2525
public ConfigTests(ITestOutputHelper output, SharedConnectionFixture fixture) : base(output, fixture) { }
2626

2727
public Version DefaultVersion = new(3, 0, 0);
28-
public Version DefaultAzureVersion = new(4, 0, 0);
28+
public Version DefaultAzureVersion = new(6, 0, 0);
2929

3030
[Fact]
3131
public void ExpectedFields()

0 commit comments

Comments
 (0)