cli: harden tool output and tests

This commit is contained in:
scawful
2025-12-22 14:52:33 -05:00
parent 76512daba2
commit face88a940
9 changed files with 85 additions and 23 deletions

View File

@@ -235,8 +235,8 @@ TEST_F(ResourcePanelTest, ResourceLifecycle) {
}
TEST_F(ResourcePanelTest, AlwaysEditorBound) {
// Resource panels are always EditorBound
EXPECT_EQ(panel_->GetPanelCategory(), PanelCategory::EditorBound);
// Resource panels are CrossEditor by default
EXPECT_EQ(panel_->GetPanelCategory(), PanelCategory::CrossEditor);
}
TEST_F(ResourcePanelTest, AllowMultipleInstancesDefault) {