Skip to content

Commit

Permalink
chart: remove println in test (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Oct 10, 2024
1 parent 517c174 commit 9558c35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class JsonCodecSuite extends FunSuite {
test("rendering hint: none") {
val gdef = graphDef(Set.empty)
val str = JsonCodec.encode(gdef)
System.out.println(str)
assert(str.contains(""""type":"graph-image""""))
}

Expand Down

0 comments on commit 9558c35

Please sign in to comment.