Skip to content

Commit

Permalink
PIN-4667 Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Mar 12, 2024
1 parent 025ab9f commit cd58030
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ class AgreementArchiviationSpec extends AnyWordSpecLike with SpecHelper with Sca
status shouldEqual StatusCodes.NotFound
}
}
// case object Draft
// case object Pending
// case object Archived
// case object MissingCertifiedAttributes
// case object Rejected
"fail if agreement is in Pending state" in {
val agreement =
SpecData.agreement.copy(state = AgreementManagement.AgreementState.PENDING, consumerId = requesterOrgId)
Expand Down

0 comments on commit cd58030

Please sign in to comment.