Skip to content

Commit 264527d

Browse files
authored
chore: bump examples submodule (#314)
1 parent dcc93ff commit 264527d

2 files changed

Lines changed: 2 additions & 2 deletions

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) # Ensure we convert floats properly
84+
expect(webhook_body['result']['weight']).to eq(614.4) # Ensure we convert floats properly
8585
end
8686

8787
it 'validate a webhook with invalid secret' do

0 commit comments

Comments
 (0)