Skip to content

Commit

Permalink
fix ci/circleci: lint_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Astr0surf3r committed Nov 2, 2024
1 parent 04bd4a6 commit 042abb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def initialize(page:, property:)
@page = page
@property = property
end

def form_id
dom_id(@property, "#{stimulus_id}_new_property_form")
end
Expand Down
2 changes: 1 addition & 1 deletion admin/spec/features/properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
end
end

context "editing an existing property" do
context "editing an existing property" do
let!(:property) { create(:property, name: "Color", presentation: "Cool Color") }

it "updates the property" do
Expand Down

0 comments on commit 042abb4

Please sign in to comment.