We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c1ff1 commit 22e9704Copy full SHA for 22e9704
bolt/src/test/java/test_locally/app/EventAssistantTest.java
@@ -58,7 +58,7 @@ public void test() throws Exception {
58
ctx.setStatus("is typing...");
59
ctx.setStatus(
60
"is typing...",
61
- List.of("Teaching hamsters...", "Untangling cables...")
+ Arrays.asList("Teaching hamsters...", "Untangling cables...")
62
);
63
ctx.setStatus(r -> r.status("is typing..."));
64
ctx.setSuggestedPrompts(new ArrayList<>());
0 commit comments