Skip to content

Commit 5e6da86

Browse files
committed
test: fix exclusion
1 parent dc9312e commit 5e6da86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vaadin-ai-components-flow-parent/vaadin-ai-components-flow/src/test/java/com/vaadin/flow/component/ai/AiComponentsSerializableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class AiComponentsSerializableTest extends ClassesSerializableTest {
2323
@Override
2424
protected Stream<String> getExcludedPatterns() {
2525
return Stream.concat(super.getExcludedPatterns(), Stream.of(
26-
"com\\.vaadin\\.flow\\.component\\.ai\\.provider\\.langchain4j\\.LangChain4JLLMProvider\\$.*",
26+
"com\\.vaadin\\.flow\\.component\\.ai\\.provider\\.LangChain4JLLMProvider\\$.*",
2727
"com\\.vaadin\\.flow\\.component\\.ai\\.provider\\.LLMProviderHelpers"));
2828
}
2929
}

0 commit comments

Comments
 (0)