Skip to content

Commit

Permalink
modifications to code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed Jan 29, 2024
1 parent 0096a7a commit feae08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/api/v1/projects_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ def tag_request
let(:resource) { create(:full_project, owner: user) }
let(:instances_to_disable) { [resource] }

it_behaves_like 'is deactivatable'
it_behaves_like 'is deactivatable'
it "appends 'deleted' to display_name" do
stub_token(scopes: scopes, user_id: authorized_user.id)
set_preconditions
Expand Down

0 comments on commit feae08e

Please sign in to comment.