Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinboening committed Jan 23, 2025
1 parent 1df867d commit a51b2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/libraries/resource_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ module Alchemy
describe "#sorted_attributes" do
subject { resource.sorted_attributes }

let random_attrs do
let(:random_attrs) do
20.times.map do
double(:column, {name: "some_title", type: :string})
end
Expand Down

0 comments on commit a51b2d1

Please sign in to comment.