Skip to content

Commit

Permalink
Leftower commits from previous branch (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shota Jolbordi authored Jun 26, 2023
1 parent bf6c76d commit 2a745ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ class CreateDIDOperationSpec extends AtalaWithPostgresSpec {
.value

val services = parsed.services
services.foreach(println(_))
services.size mustBe 2

services.head.id mustBe serviceId1
Expand Down Expand Up @@ -547,10 +546,7 @@ class CreateDIDOperationSpec extends AtalaWithPostgresSpec {
node_models.Service(
id = serviceId1,
`type` = "didCom-credential-exchange",
serviceEndpoint = """
["https://foo.example.com",
"not a valid URI"]
""",
serviceEndpoint = """["https://foo.example.com","not a valid URI"]""",
addedOn = None,
deletedOn = None
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ class UpdateDIDOperationSpec extends AtalaWithPostgresSpec with ProtoParsingTest
)
}

"return error when service endpoints in AddServiceAction of the service is empty" in {
"return error when service endpoints in AddServiceAction of the service is an empty array" in {
invalidValueTest(
_.updateDid
.actions(2)
Expand Down

0 comments on commit 2a745ed

Please sign in to comment.