atiaomar1978-hub commented on code in PR #25101:
URL: https://github.com/apache/camel/pull/25101#discussion_r3649644811
##########
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/TuiSettingsTest.java:
##########
@@ -71,6 +73,8 @@ void roundTripPreservesAllFields(@TempDir Path tempDir) {
assertEquals("gemini", loaded.getAiProvider());
assertEquals("gemini-3.5-flash", loaded.getAiModel());
assertEquals("https://generativelanguage.googleapis.com",
loaded.getAiUrl());
+ assertEquals("25", loaded.getShellHistory());
Review Comment:
Done in `0ae7d635e11` — AssertJ migration applied in both methods.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]