Skip to content

Commit

Permalink
make the roundtrip test fail on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jul 5, 2023
1 parent ff5ea5c commit c95310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/roundtrips/points2d/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main() -> None:
colors = np.array(
[
0xAA0000CC,
0x00BB00DD,
0x00BB00DE,
],
dtype=np.uint32,
)
Expand Down

0 comments on commit c95310c

Please sign in to comment.