We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f03d5 commit 0b47bddCopy full SHA for 0b47bdd
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -670,7 +670,7 @@ public void AlterAdd()
670
Assert.Equal("TAG", (info.Attributes[1]["type"]).ToString());
671
Assert.Equal("name", (info.Attributes[2]["attribute"]).ToString());
672
Assert.Equal(100, info.NumDocs);
673
- Assert.Equal("300", info.MaxDocId);
+ Assert.NotNull(info.MaxDocId);
674
Assert.Equal(102, info.NumTerms);
675
Assert.True(info.NumRecords >= 800); // TODO: should this be 800 or 802?
676
Assert.True(info.InvertedSzMebibytes < 1); // TODO: check this line and all the <1 lines
@@ -1933,4 +1933,4 @@ public void TestModulePrefixs1()
1933
conn.Dispose();
1934
}
1935
1936
-}
+}
0 commit comments