Skip to content

Commit

Permalink
scalafmt pact
Browse files Browse the repository at this point in the history
  • Loading branch information
cjllanwarne committed Dec 20, 2023
1 parent 8461ee3 commit 168ea37
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ class CbasClientSpec extends AnyFlatSpec with Matchers with RequestResponsePactF
o.stringType("workflowId", workflowCallback.workflowId)
o.stringType("state", workflowCallback.state)
o.stringType("outputs", workflowCallbackJson.asJsObject.fields("outputs").toString())
o.array("failures",
f =>
workflowCallback.failures.foreach(f.stringType)
)
o.array("failures", f => workflowCallback.failures.foreach(f.stringType))
()
}.build

Expand Down

0 comments on commit 168ea37

Please sign in to comment.