Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 2, 2024
1 parent 5c32e94 commit c0a62cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mrts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_abort_api_and_functionality(self, get_status: bool):
# Should return intermediate overwritten value from MRT
# TODO: broken
_, _, bins = self.as_connection.get(self.keys[0], policy)
assert bins == {self.bin_name, 1}
assert bins == {self.bin_name: 1}
self.as_connection.put(self.keys[1], {self.bin_name: 2}, policy)
retval = self.as_connection.abort(transaction=mrt, get_abort_status=get_status)
if get_status:
Expand Down

0 comments on commit c0a62cf

Please sign in to comment.