Skip to content

Commit

Permalink
Update Experiments.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCliftonGuardian committed Apr 29, 2024
1 parent 0b39d94 commit a548835
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object ActiveExperiments extends ExperimentsDefinition {
DCRTagPages,
UpdatedHeaderDesign,
MastheadWithHighlights,
DeeplyReadRightColumn
DeeplyReadRightColumn,
)
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
}
Expand Down Expand Up @@ -58,10 +58,10 @@ object MastheadWithHighlights
)

object DeeplyReadRightColumn
extends Experiment(
name = "deeply-read-right-column",
description = "Test deeply read articles in right hand column",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2024, 5, 31),
participationGroup = Perc1A,
)
extends Experiment(
name = "deeply-read-right-column",
description = "Test deeply read articles in right hand column",
owners = Seq(Owner.withGithub("@guardian/dotcom-platform")),
sellByDate = LocalDate.of(2024, 5, 31),
participationGroup = Perc1A,
)

0 comments on commit a548835

Please sign in to comment.