Skip to content

Commit

Permalink
Correct a typo in logger.rb (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Jun 20, 2023
1 parent cd06e2d commit 6fe407f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/console/serialized/logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
with 'exception' do
let(:error_message) {record[:error]}

it "can log excepion message" do
it "can log exception message" do
begin
raise "Boom"
rescue => error
Expand Down

0 comments on commit 6fe407f

Please sign in to comment.