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 a1905bc commit 0ab5381Copy full SHA for 0ab5381
test/services/forest_liana/resources_getter_test.rb
@@ -106,7 +106,7 @@ class ResourcesGetterTest < ActiveSupport::TestCase
106
conditions: [{
107
field: 'created_at',
108
operator: 'after',
109
- value: '2015-06-18 08:00:00',
+ value: "#{Time.now.year - 5}-06-18 08:00:00",
110
}, {
111
field: 'owner:name',
112
operator: 'equal',
0 commit comments