This is an automated email from the ASF dual-hosted git repository. xiazcy pushed a commit to branch TINKERPOP-3161 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 0944b63ea248c26daa2f26efd0381fa49e0b95ca Author: xiazcy <[email protected]> AuthorDate: Tue Sep 9 15:37:31 2025 -0700 Testing failures on purpose will revert --- .../org/apache/tinkerpop/gremlin/test/features/map/AsNumber.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AsNumber.feature b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AsNumber.feature index 96f5173959..e7aafefd94 100644 --- a/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AsNumber.feature +++ b/gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/AsNumber.feature @@ -268,7 +268,7 @@ Feature: Step - asNumber() Given the empty graph And the traversal of """ - g.inject(null).asNumber(N.int) + g.inject(1).asNumber(N.int) """ When iterated to list Then the result should be unordered
