From 82b94c72b1309f6db5d6fd59d2265528d6fd10e4 Mon Sep 17 00:00:00 2001 From: Mauro Amico Date: Mon, 25 Sep 2023 09:53:57 +0200 Subject: [PATCH] black --- .../prenotazioni/tests/test_prenotazioni_search.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/redturtle/prenotazioni/tests/test_prenotazioni_search.py b/src/redturtle/prenotazioni/tests/test_prenotazioni_search.py index 47e46a75..b8f73638 100644 --- a/src/redturtle/prenotazioni/tests/test_prenotazioni_search.py +++ b/src/redturtle/prenotazioni/tests/test_prenotazioni_search.py @@ -200,10 +200,12 @@ def test_search_by_fiscalcode(self): def test_search_by_fiscalcode_case_insensitive(self): # ABCDEF12G34H567I -> AbCdEf12G34H567i - camelcase_fiscalcode = "".join([ - c.upper() if i % 2 == 0 else c.lower() - for i, c in enumerate(self.testing_fiscal_code) - ]) + camelcase_fiscalcode = "".join( + [ + c.upper() if i % 2 == 0 else c.lower() + for i, c in enumerate(self.testing_fiscal_code) + ] + ) result_uids = [ i["booking_id"] for i in self.api_session.get(