Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathleur committed Apr 30, 2024
1 parent 5038c63 commit b90e92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tree_protobuf_encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ def test_encoding(self):
encode_tree(self.fake_tree)
decoded_tree = decode_tree(self.datacube)
decoded_tree.pprint()
assert decoded_tree.leaves[0].result_size == [1, 1, 1]
assert decoded_tree.leaves[0].result_size == [1, 1]

0 comments on commit b90e92a

Please sign in to comment.