Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 24, 2024
1 parent 8a657ab commit 4db8cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def test_explicit_scope_1_machine_1_package(self):

def test_explicit_scope_2_machines_2_packages(self):
scope = explicit_scope('tsa fdb daint icon')
self.assertEqual(sorted(scope),
sorted(['tsa', 'daint', 'fdb', 'icon']))
self.assertEqual(sorted(scope), sorted(['tsa', 'daint', 'fdb',
'icon']))

def test_explicit_scope_0_machines_1_package(self):
scope = explicit_scope('fdb')
Expand Down

0 comments on commit 4db8cb4

Please sign in to comment.