Skip to content

Commit 3937ed1

Browse files
committed
fix tests
1 parent e198357 commit 3937ed1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ def fixture(*file_name):
1212
return os.path.join('fixture', *file_name)
1313

1414
@staticmethod
15-
def build(file_name):
15+
def build(*file_name):
1616
"""Return path to file in 'build' folder."""
17-
return os.path.join('build', file_name)
17+
return os.path.join('build', *file_name)

0 commit comments

Comments
 (0)