Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalhankins committed Aug 1, 2024
1 parent 5e3241e commit 837b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/security_log_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
it 'validates presence of action' do
security_log = described_class.new(action: nil)
expect(security_log).not_to be_valid
expect(security_log.errors[:action]).to include("can not be blank")
expect(security_log.errors[:action]).to include("can't be blank")
end
end
end

0 comments on commit 837b90f

Please sign in to comment.