Skip to content

Commit

Permalink
[explorer/nodewatch]: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayonb committed Dec 3, 2024
1 parent 4886171 commit e59797d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/nodewatch/tests/test_RoutesFacade.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def test_can_map_version_to_css_class(self):

self.assertEqual('warning', _map_version_to_css_class(SymbolRoutesFacade, ''))

for version in ['1.0.3.6' , '1.0.3.5', '1.0.3.4', '1.0.3.3', '1.0.3.1', '1.0.3.0', '1.0.2.0', '1.0.1.0', '0.0.0.0']:
for version in ['1.0.3.6', '1.0.3.5', '1.0.3.4', '1.0.3.3', '1.0.3.1', '1.0.3.0', '1.0.2.0', '1.0.1.0', '0.0.0.0']:
self.assertEqual('danger', _map_version_to_css_class(SymbolRoutesFacade, version))

# endregion

0 comments on commit e59797d

Please sign in to comment.