Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcain3389 committed Dec 18, 2024
1 parent 44e8559 commit affba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/responses/quotation_fallback_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
let(:payload) { VertexClient::Payload::QuotationFallback.new(working_eu_quote_params) }

it 'is the sum of total_tax from line_items' do
assert_equal 12.54, response.total_tax.to_f
assert_equal 0.0, response.total_tax.to_f
end
end

Expand Down

0 comments on commit affba34

Please sign in to comment.