Skip to content

Commit

Permalink
once is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jun 14, 2023
1 parent d291d72 commit 65b2866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/re_types/tests/points2d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ fn roundtrip() {
.with_colors([0xAA0000CC, 0x00BB00DD])
.with_labels(["hello", "friend"])
.with_draw_order(300.0)
.with_instance_keys([1, 2, 3])
.with_class_ids([126, 127])
.with_keypoint_ids([2, 3])
.with_instance_keys([u64::MAX - 1, u64::MAX]);
Expand Down

0 comments on commit 65b2866

Please sign in to comment.