Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Jan 3, 2025
1 parent 731756c commit ab082ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use re_component_ui::create_component_ui_registry;
use re_log_types::{EntityPath, Timeline};
use re_types::{
blueprint::components::{ComponentColumnSelector, QueryExpression},
components::{self, GraphEdge, GraphNode, ImageFormat, RecordingUri, Text},
components::{self, GraphEdge, GraphNode, ImageFormat, RecordingUri, Text, Uri},
datatypes::{ChannelDatatype, PixelFormat},
};
use re_types_core::{reflection::Reflection, Component, ComponentName, LoggableBatch};
Expand Down Expand Up @@ -68,6 +68,7 @@ fn test_cases(reflection: &Reflection) -> Vec<TestCase> {
RecordingUri::from("rerun://0.0.0.0:1234/recordings/XYZ"),
"simple",
),
TestCase::from_component(Uri::from("https://rerun.io"), "simple"),
TestCase::from_component(Text::from("Hello World!"), "simple"),
];

Expand Down

0 comments on commit ab082ad

Please sign in to comment.