Skip to content

Commit

Permalink
(fix) Fixed remaining usage of the deprecated parameter always_print_…
Browse files Browse the repository at this point in the history
…fields_with_no_presence in json_format.MessageToDict
  • Loading branch information
abel committed May 3, 2024
1 parent d921dca commit ad3f2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1471,6 +1471,6 @@ def test_msg_ibc_transfer(self, basic_composer):
}
dict_message = json_format.MessageToDict(
message=message,
including_default_value_fields=True,
always_print_fields_with_no_presence=True,
)
assert dict_message == expected_message

0 comments on commit ad3f2f6

Please sign in to comment.