Skip to content

Commit

Permalink
Update delta/app/src/test/scala/ch/epfl/bluebrain/nexus/delta/routes/…
Browse files Browse the repository at this point in the history
…ResourcesRoutesSpec.scala

Co-authored-by: Daniel Bell <[email protected]>
  • Loading branch information
dantb and shinyhappydan authored Oct 10, 2023
1 parent 2d014d1 commit 9f1c029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class ResourcesRoutesSpec extends BaseRouteSpec with IOFromMap {
)
}

private lazy val routes = routesWithDecodingOption(DecodingOption.Strict)._1
private lazy val (routes, _) = routesWithDecodingOption(DecodingOption.Strict)

private val payloadUpdated = payload deepMerge json"""{"name": "Alice", "address": null}"""

Expand Down

0 comments on commit 9f1c029

Please sign in to comment.