Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rioug committed Aug 12, 2024
1 parent cf952c3 commit ea1cae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/spree/admin/taxons_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
expect(response).to have_http_status :found
end

it "retruns error with invalid attributes" do
it "returns error with invalid attributes" do
spree_post :update, id: new_taxon.id,
taxon: { **valid_attributes, name: '' }

Expand Down

0 comments on commit ea1cae5

Please sign in to comment.