Skip to content

Commit f873bc2

Browse files
committed
Merge branch 'main' into merge-main-19-april-2024
2 parents 45681c4 + 1ee9857 commit f873bc2

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

core/rio/turtle/src/test/java/org/eclipse/rdf4j/rio/turtle/TurtleWriterTest.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -725,10 +725,7 @@ public void testBlankNodeInlining_indirectCircularReferenceWithIRI() throws Exce
725725
}
726726

727727
@Test
728-
<<<<<<< HEAD
729-
public void testIgnoreAbbreviateNumbers() {
730-
=======
731-
public void testIriNamespace() throws Exception {
728+
public void testIriNamespace() {
732729
Model model = new DynamicModelFactory().createEmptyModel();
733730
String prefix = "foo-bar";
734731
String ns = "foo:this.is.my.bar.";
@@ -742,8 +739,7 @@ public void testIriNamespace() throws Exception {
742739
}
743740

744741
@Test
745-
public void testIgnoreAbbreviateNumbers() throws Exception {
746-
>>>>>>> main
742+
public void testIgnoreAbbreviateNumbers() {
747743
StringWriter sw = new StringWriter();
748744

749745
WriterConfig config = new WriterConfig();

0 commit comments

Comments
 (0)