Skip to content

Commit 487b1bc

Browse files
committed
Fix build for older ruby
1 parent 25fc029 commit 487b1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/datagrid/filters/dynamic_filter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
Entry.connection.is_a?(::ActiveRecord::ConnectionAdapters::PostgreSQLAdapter)
193193

194194
group = Group.create!(name: "Test Group")
195-
entry = Entry.create!(name: "Hello World", group:)
195+
entry = Entry.create!(name: "Hello World", group: group)
196196

197197
grid = test_grid do
198198
scope { Entry.joins(:group) }

0 commit comments

Comments
 (0)