Skip to content

Commit ec88d25

Browse files
committed
multitermvector tests making sure it took more then 0 is no longer reliable beta1 is too fast :)
1 parent bc064d5 commit ec88d25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tests/Document/Multiple/MultiTermVectors/MultiTermVectorsApiTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ protected override void ExpectResponse(IMultiTermVectorsResponse response)
6161
termvectorDoc.Index.Should().NotBeNull();
6262
termvectorDoc.Type.Should().NotBeNull();
6363
termvectorDoc.Id.Should().NotBeNull();
64-
termvectorDoc.Took.Should().BeGreaterThan(0);
6564

6665
termvectorDoc.TermVectors.Should().NotBeEmpty().And.ContainKey("firstName");
6766
var vectors = termvectorDoc.TermVectors["firstName"];

0 commit comments

Comments
 (0)