Skip to content

Commit

Permalink
Drop Debug leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jun 4, 2023
1 parent 52946de commit 7e2b24b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/src/test/scala/cats/xml/XmlParserSuite.scala
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
package cats.xml

import cats.xml.utils.Debug

import scala.util.{Success, Try}

class XmlParserSuite extends munit.FunSuite {

import cats.xml.implicits.*

Debug.enable(
xmlPrinterPrintTypesName = true
)

test("XmlParser.parseString") {
assertEquals(
obtained = XmlParser[Try].parseString(
Expand Down

0 comments on commit 7e2b24b

Please sign in to comment.