Skip to content

Commit da69b2e

Browse files
committed
Merge branch 'main' into feature/profiling-improvements
2 parents 0ad3dd7 + 0d5da94 commit da69b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-prompts-generator/src/test/java/info/jab/pml/RemoteSchemaValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class RemoteSchemaValidationTest {
1919

20-
private static final String REMOTE_XSD = "https://jabrena.github.io/pml/schemas/0.1.0-SNAPSHOT/pml.xsd";
20+
private static final String REMOTE_XSD = "https://jabrena.github.io/pml/schemas/0.1.0/pml.xsd";
2121

2222
private static Stream<String> provideXmlFileNames() {
2323
return SystemPromptsInventory.xmlFilenames();

0 commit comments

Comments
 (0)