From 65b2866ff5432944aadad4c6bcc7e9ab6a62415e Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Wed, 14 Jun 2023 16:18:44 +0200 Subject: [PATCH] once is enough --- crates/re_types/tests/points2d.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/re_types/tests/points2d.rs b/crates/re_types/tests/points2d.rs index 78710e418b4d..85b79182b0e5 100644 --- a/crates/re_types/tests/points2d.rs +++ b/crates/re_types/tests/points2d.rs @@ -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]);