Skip to content

Commit 08cb171

Browse files
committed
chore: add missing comment
1 parent 1c41db6 commit 08cb171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/webhook_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
webhook_body = EasyPost::Util.validate_webhook(Fixture.event_bytes, headers, Fixture.webhook_secret)
8383
expect(webhook_body['description']).to eq('tracker.updated')
84-
expect(webhook_body['result']['weight']).to eq(136.0)
84+
expect(webhook_body['result']['weight']).to eq(136.0) # Ensure we convert floats properly
8585
end
8686

8787
it 'validate a webhook with invalid secret' do

0 commit comments

Comments
 (0)