Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Aug 26, 2024
1 parent 09a27ce commit 3d38b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_tests/test_expressions_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def test_map_get_nil_value_type(self):
bin_name = "nmap_bin"
exp = MapGetByKey(None, aerospike.MAP_RETURN_VALUE, ResultType.NIL, 2, bin_name).compile()
ops = [
expr_ops.expression_read("2_value", exp)
expr_ops.expression_read(bin_name, exp)
]
_, _, bins = self.as_connection.operate(self.first_key, ops)
assert bins[bin_name] is None

0 comments on commit 3d38b28

Please sign in to comment.