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 f983bb5 commit eccc9f7
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 @@ -240,7 +240,9 @@ def test_admin_filter_and_search(self):
if os.path.exists(csv_file_path):
os.remove(csv_file_path)

self.assertFalse(os.path.exists(csv_file_path), "CSV file should have been removed")
self.assertFalse(
os.path.exists(csv_file_path), "CSV file should have been removed"
)

# Test the "Exporter Foreningsinformationer" action
# Select all unions
Expand Down

0 comments on commit eccc9f7

Please sign in to comment.