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 afedd19 commit fb3e1b0Copy full SHA for fb3e1b0
system-prompts-generator/src/test/java/info/jab/pml/RemoteSchemaValidationTest.java
@@ -17,7 +17,7 @@
17
18
class RemoteSchemaValidationTest {
19
20
- private static final String REMOTE_XSD = "https://jabrena.github.io/pml/schemas/0.1.0-SNAPSHOT/pml.xsd";
+ private static final String REMOTE_XSD = "https://jabrena.github.io/pml/schemas/0.1.0/pml.xsd";
21
22
private static Stream<String> provideXmlFileNames() {
23
return SystemPromptsInventory.xmlFilenames();
0 commit comments