We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93f952 commit 3c64d35Copy full SHA for 3c64d35
tests/NRedisStack.Tests/Core Commands/CoreTests.cs
@@ -109,7 +109,7 @@ public void TestSetInfoNull(string endpointId)
109
int infoBeforeLibNameIndex = infoBefore!.IndexOf("lib-name=");
110
111
int infoAfterLibVerIndex = infoAfter.IndexOf(" ", infoAfter!.IndexOf("lib-ver="));
112
- infoAfterLibVerIndex = infoAfterLibVerIndex == -1 ? infoAfter.Length : infoAfterLibVerIndex;
+ infoAfterLibVerIndex = infoAfterLibVerIndex == -1 ? infoAfter.Length : infoAfterLibVerIndex;
113
int infoBeforeLibVerIndex = infoBefore!.IndexOf(" ", infoBefore!.IndexOf("lib-ver="));
114
infoBeforeLibVerIndex = infoBeforeLibVerIndex == -1 ? infoBefore.Length : infoBeforeLibVerIndex;
115
0 commit comments