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 c7ec771 commit 31e478fCopy full SHA for 31e478f
tests/NRedisStack.Tests/Search/SearchTests.cs
@@ -3357,7 +3357,7 @@ public void TestDocumentLoadWithDB_Issue352()
3357
}
3358
});
3359
Task.WhenAny(searchTask, Task.Delay(1000)).GetAwaiter().GetResult();
3360
- Assert.True(searchTask.IsCompletedSuccessfully);
+ Assert.True(searchTask.IsCompleted);
3361
Assert.Null(searchTask.Exception);
3362
cancelled = true;
3363
} while (droppedDocument == null && numberOfAttempts++ < 3);
0 commit comments