Skip to content

Commit 4257582

Browse files
committed
fix assert not opmtmizable test within test_op_expressions
1 parent bdc6ae0 commit 4257582

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/expression_converter_/test_op_expressions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ def _test_conversion_dual_getfield_ineligible(self, logical_op):
7575
},
7676
]
7777
}
78-
# Not optimized but should still convert getFields
79-
expected = {logical_op: ["$root.age", "$value.age"]}
80-
self.assertConversionEqual(expr, expected)
78+
self.assertNotOptimizable(expr)
8179

8280

8381
class ExpressionTests(ConversionTestCase):

0 commit comments

Comments
 (0)