Skip to content

Commit

Permalink
Fix ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 10, 2024
1 parent 30b89a8 commit 9c1ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datagrid/form_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class MyTemplate
created_at = ActiveSupport::TimeZone['UTC'].local(
2024, 1, 1, 9, 25, 15
)
test_report(created_at: ) do
test_report(created_at: created_at) do
scope { Entry }
filter(:created_at, :datetime, input_options: { type: "text" })
end
Expand Down

0 comments on commit 9c1ad90

Please sign in to comment.