Skip to content

Commit

Permalink
Fix spec name
Browse files Browse the repository at this point in the history
Co-authored-by: Rob <[email protected]>
  • Loading branch information
jgaskins and robacarp authored Jan 7, 2025
1 parent fe43435 commit ce80aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/honeybadger/event_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module Honeybadger
event.to_json.should contain %{"url":"https://example.com"}
end

it "converts arbitrary objects into their text representation" do
it "converts arbitrary objects into their json representation" do
event = Event.new(
property: ExampleEventProperty.new(id: 123),
)
Expand Down

0 comments on commit ce80aeb

Please sign in to comment.