Skip to content

Commit

Permalink
Fix dropped variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
khtg authored and vilasj committed Mar 6, 2018
1 parent e1300ce commit 48ebf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apitools/base/py/encoding_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def testInvalidEnumEncodingInAMap(self):
json_msg)
new_msg = encoding.MessageToJson(msg)
self.assertEqual('{"key_one": {"field_one": "BAD_VALUE"}}',
encoding.MessageToJson(msg))
new_msg)

def testIncludeFields(self):
msg = SimpleMessage()
Expand Down

0 comments on commit 48ebf5f

Please sign in to comment.