We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0278fe3 commit 628a553Copy full SHA for 628a553
app/services/cms/providers/strapi/mocks/collections/site_wide_banner.rb
@@ -6,7 +6,7 @@ module Collections
6
class SiteWideBanner < StrapiMock
7
attribute(:textContent) { Text::RichBlocks.generate_data }
8
attribute(:startTime) { Faker::Time.backward(days: 2) }
9
- attribute(:endTime) { Faker::Time.forward(days: 2) }
+ attribute(:endTime) { Faker::Time.backward(days: 1) }
10
end
11
12
0 commit comments