Skip to content

Commit

Permalink
remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvit96 committed Nov 22, 2023
1 parent bb83236 commit 7e18f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit_tests/test_driver/test_native_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def test_tuple_three():
types = [get_from_name('Tuple(String)')]
output = native_insert_block(data, names, types)
assert bytes(output) == bytes.fromhex(TUPLE_THREE_OUTPUT)



def test_point():
data = [[(3.22, 3.22)]]
names = ['value']
Expand Down

0 comments on commit 7e18f5b

Please sign in to comment.