Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit e5c66f6

Browse files
author
Matthias Böckmann
committed
Reducing verbosity
1 parent 4c95d58 commit e5c66f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataformat-rdf/src/test/java/io/adminshell/aas/v3/dataformat/rdf/SerializerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void serializeEnvironment() throws IOException {
6666
.submodels(submodel)
6767
.build();
6868
String output = new Serializer().serialize(aasEnv, RDFLanguages.JSONLD);
69-
System.out.println(output);
69+
//System.out.println(output);
7070
Assert.assertTrue(output.contains("@context"));
7171
Assert.assertTrue(output.contains("rdf:"));
7272

0 commit comments

Comments
 (0)