Skip to content

Commit

Permalink
PIN-4430 Reverted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nttdata-rtorsoli committed Jan 25, 2024
1 parent e6254c7 commit 602f85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class AgreementSuspensionSpec extends AnyWordSpecLike with SpecHelper with Scala
verifiedAttributes = agreement.verifiedAttributes,
suspendedByConsumer = None,
suspendedByProducer = Some(true),
suspendedByPlatform = Some(false),
suspendedByPlatform = Some(true),
stamps = SpecData.suspensionByProducerStamps,
suspendedAt = SpecData.suspensionByProducerStamps.suspensionByProducer.map(_.when)
)
Expand Down

0 comments on commit 602f85e

Please sign in to comment.