diff --git a/tests/Tests/Search/PointInTime/PointInTimeIntegrationTests.cs b/tests/Tests/Search/PointInTime/PointInTimeIntegrationTests.cs index 2752998425..a3de29e54d 100644 --- a/tests/Tests/Search/PointInTime/PointInTimeIntegrationTests.cs +++ b/tests/Tests/Search/PointInTime/PointInTimeIntegrationTests.cs @@ -78,7 +78,7 @@ [I] public async Task PointInTimeQuery() .Query(q => q.MatchAll()) .PointInTime(pitResp.PitId) .TrackTotalHits()); - Console.WriteLine("PIT SEARCH: " + liveSearch.DebugInformation); + Console.WriteLine("PIT SEARCH: " + pitSearch.DebugInformation); pitSearch.ShouldBeValid(); pitSearch.Total.Should().Be(10); pitSearch.Documents.Should().AllSatisfy(d => d.Id.Should().BeLessThan(10));