This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 34d40e0
Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains():
Fixed [AwaitsFix] attribute declaration
34d40e0 is described below
commit 34d40e00fad87e99a0fab057aac7679b18ca87e1
Author: Shad Storhaug <[email protected]>
AuthorDate: Wed Nov 24 07:59:11 2021 +0700
Lucene.Net.Spatial.Prefix.SpatialOpRecursivePrefixTreeTest::TestContains():
Fixed [AwaitsFix] attribute declaration
---
src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
b/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
index 3626cb4..41589a8 100644
--- a/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
+++ b/src/Lucene.Net.Tests.Spatial/Prefix/SpatialOpRecursivePrefixTreeTest.cs
@@ -109,7 +109,7 @@ namespace Lucene.Net.Spatial.Prefix
}
[Test , Repeat(ITERATIONS)]
- [AwaitsFix("https://github.com/apache/lucenenet/issues/559")]
+ [AwaitsFix(BugUrl = "https://github.com/apache/lucenenet/issues/559")]
public virtual void TestContains()
{
SetupGrid(-1);