From b9aee0c1ebf8e2d4dc3b8a80ceb2739df23e929a Mon Sep 17 00:00:00 2001 From: oca-git-bot Date: Thu, 31 Mar 2022 17:03:26 +0200 Subject: [PATCH] [IMP] update dotfiles [ci skip] --- base_location_nuts/tests/test_base_location_nuts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_location_nuts/tests/test_base_location_nuts.py b/base_location_nuts/tests/test_base_location_nuts.py index 9f584364fb06..503888799e6e 100644 --- a/base_location_nuts/tests/test_base_location_nuts.py +++ b/base_location_nuts/tests/test_base_location_nuts.py @@ -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):