Skip to content

Commit 3314392

Browse files
davsclausclaude
andcommitted
CAMEL-23898: Fix ConfigurationTabRenderTest for new title format
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Claus Ibsen <claus.ibsen@gmail.com>
1 parent 3e9d41a commit 3314392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/ConfigurationTabRenderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ void renderShowsPropertyCount() {
104104
ConfigurationTab tab = new ConfigurationTab(ctx);
105105
String rendered = TuiTestHelper.renderToString(tab, 120, 20);
106106

107-
assertTrue(rendered.contains("2 properties"), "Title should show property count");
107+
assertTrue(rendered.contains("[2]"), "Title should show property count");
108108
}
109109

110110
@Test

0 commit comments

Comments
 (0)