Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Sep 25, 2023
1 parent f19d40e commit f0875db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/billing_profile_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_if_billing_profile_updated_all_related_issued_invoices_also_updated
assert_equal invoice.status, 'issued'
assert_equal invoice.billing_name, 'New Company Ltd'
assert_equal invoice.billing_address, @billing_profile.address
assert_equal invoice.billing_vat_code, '12345'
assert_equal invoice.billing_vat_code, 'DE123456789'
assert_equal invoice.billing_alpha_two_country_code, @billing_profile.alpha_two_country_code
end

Expand Down

0 comments on commit f0875db

Please sign in to comment.