Skip to content

Commit

Permalink
Revert "Merge branch 'main' of https://github.com/digitalservicebund/…
Browse files Browse the repository at this point in the history
…ris-norms"

This reverts commit 930fcf6, reversing
changes made to 2d1fa15.
  • Loading branch information
hannes-mk committed Dec 15, 2023
1 parent 930fcf6 commit c7caa97
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import org.junit.jupiter.api.Test

internal class XmlFileWriterTest {

val testOutputPath = "./src/test/output"

private val documentWriter = XmlFileWriter()

@Test
Expand All @@ -20,7 +18,7 @@ internal class XmlFileWriterTest {

// Write the document to a file
val fileName = "test.xml"
documentWriter.writeDocumentToFile(document, "${testOutputPath}/${fileName}")
documentWriter.writeDocumentToFile(document, fileName)

// Check that the file exists and has the expected content
val file = File(fileName)
Expand Down

0 comments on commit c7caa97

Please sign in to comment.