Skip to content

Commit 370b76c

Browse files
committed
chore: flake8 fixes
1 parent 337f8f3 commit 370b76c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/unit/workflows/test_path_resolver.py renamed to tests/unit/test_path_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_inits(self):
1212
self.assertEquals(self.path_resolver.runtime, "chitti2.0")
1313

1414
def test_exec_path(self):
15-
self.assertEquals(self.path_resolver.runtime, self.path_resolver.exec_path)
15+
self.assertEquals(self.path_resolver.runtime, self.path_resolver.exec_path)
File renamed without changes.

0 commit comments

Comments
 (0)