Skip to content

Commit

Permalink
nit in tests
Browse files Browse the repository at this point in the history
Signed-off-by: wasup-yash <[email protected]>
  • Loading branch information
wasup-yash committed Aug 21, 2024
1 parent 95de5e9 commit 995d5fc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ def test_encode_attributes_all_kinds(self):
)
),
),
PB2AnyValue(
PB2KeyValue(
key="binary_data",
value=PB2AnyValue(bytes_value=b'x00\x01\x02'),
value=PB2AnyValue(bytes_value= b'x00\x01\x02'),
),
],
)
Expand Down

0 comments on commit 995d5fc

Please sign in to comment.