Skip to content

Commit

Permalink
[IMP] update dotfiles [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot authored and Vincenzo9191 committed Nov 11, 2022
1 parent b6908ba commit b9aee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_location_nuts/tests/test_base_location_nuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_onchange_states(self):
self.assertEqual(self.partner.nuts1_id.country_id, self.country_1)

def test_download_exceptions(self):
""" Tests download exceptions """
"""Tests download exceptions"""
with self.assertRaises(UserError):
self.importer._download_nuts(url_base="htttt://test.com")
with self.assertRaises(UserError):
Expand Down

0 comments on commit b9aee0c

Please sign in to comment.