Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da committed Mar 30, 2023
1 parent bb4791e commit ab8f508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class DamlScriptTestRunner
.toString()
.linesIterator
.filter(s => List("SUCCESS", "FAILURE").exists(s.contains))
.mkString("", "\n", "\n")
.mkString("", "%n", "%n")
// ignore partial transactions as parties, cids, and package Ids are pretty unpredictable
.replaceAll("partial transaction: [^\n]+", "partial transaction: ...")
.replaceAll(
Expand Down

0 comments on commit ab8f508

Please sign in to comment.