Skip to content

Commit

Permalink
PIN-4845 Resolved PR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed May 23, 2024
1 parent 20ef478 commit 777f6e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ class PurposeApiServiceSpec extends AnyWordSpecLike with SpecHelper with Scalate
status shouldEqual StatusCodes.OK
}
}
"fail if there is other purposes with the same title" in {
"fail if there is another purpose with the same title" in {

val purposeId = UUID.randomUUID()
val eserviceId = UUID.randomUUID()
Expand Down Expand Up @@ -1697,7 +1697,7 @@ class PurposeApiServiceSpec extends AnyWordSpecLike with SpecHelper with Scalate
status shouldEqual StatusCodes.OK
}
}
"fail if there is other purposes with the same title" in {
"fail if there is another purpose with the same title" in {
val purposeId = UUID.randomUUID()
val eserviceId = UUID.randomUUID()
val consumerId = UUID.randomUUID()
Expand Down

0 comments on commit 777f6e6

Please sign in to comment.