Skip to content

Commit

Permalink
Typo in asset model
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraghiorghisor-tw committed Nov 27, 2024
1 parent 96d1460 commit 9f3e54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/asset_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
expect(asset.deleted_at).not_to be_nil
end

it "is not inclued in the 'undeleted' scope" do
it "is not included in the 'undeleted' scope" do
expect(described_class.undeleted).not_to include(asset)
end

Expand Down

0 comments on commit 9f3e54c

Please sign in to comment.