Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bdurand committed Nov 12, 2023
1 parent bc5e8f5 commit 61de56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lumberjack_syslog_device_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
entry = Lumberjack::LogEntry.new(time, Lumberjack::Severity::WARN, message, "lumberjack_syslog_device_spec", 12345, {})
device.write(entry)
expect(syslog.output).to eq [[Syslog::LOG_WARNING, message.to_s]]
end
end

it "should convert lumberjack severities to syslog severities" do
syslog = MockSyslog.new
Expand Down

0 comments on commit 61de56c

Please sign in to comment.