Skip to content

Commit

Permalink
Merge pull request #390 from feketemihai/8.0
Browse files Browse the repository at this point in the history
Update vat number in test not listed on VIES.
  • Loading branch information
pedrobaeza committed Feb 25, 2017
2 parents 389a9f1 + dbc8815 commit a7dde81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_create_by_vat/tests/test_partner_create_by_vat.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_vat_change1(self):
def test_create_from_vat2(self):
# Create an partner from VAT number field
self.partner2_id = self.partner_model.create({'name': '1',
'vat': 'ro16507426',
'vat': 'ro4400972',
'is_company': True})

# Check VAT number not listed on VIES
Expand Down

0 comments on commit a7dde81

Please sign in to comment.