Skip to content

Commit

Permalink
Change deeply read test expiry date as it's still in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaboghiu committed Jan 30, 2024
1 parent 456ae88 commit 64a729f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object DeeplyRead
name = "deeply-read",
description = "When ON, deeply read footer section is displayed",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 1, 31),
sellByDate = LocalDate.of(2024, 2, 31),
participationGroup = Perc50,
)

Expand Down

0 comments on commit 64a729f

Please sign in to comment.