Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusselsmark committed Feb 9, 2025
1 parent 30c61aa commit 5789689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion members/tests/test_functional/test_admin_union.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,9 @@ def test_admin_filter_and_search(self):
timeout -= 1

# Verify the CSV content
self.assertTrue(os.path.exists(csv_file_path), f"'{csv_file_path}' file was not downloaded")
self.assertTrue(
os.path.exists(csv_file_path), f"'{csv_file_path}' file was not downloaded"
)

with open(csv_file_path, newline="", encoding="utf-8-sig") as csvfile:
csv_reader = csv.reader(csvfile, delimiter=";")
Expand Down

0 comments on commit 5789689

Please sign in to comment.